Skip to content

Commit 29df574

Browse files
tolbertamolim7t
authored andcommitted
Make test more resilient with higher timeout
1 parent 5bdadfb commit 29df574

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

driver-core/src/test/java/com/datastax/driver/core/ReadTimeoutTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public void should_use_default_timeout_if_not_overridden_by_statement() {
5555

5656
@Test(groups = "short")
5757
public void should_use_statement_timeout_if_overridden() {
58-
Statement statement = new SimpleStatement(query).setReadTimeoutMillis(200);
58+
Statement statement = new SimpleStatement(query).setReadTimeoutMillis(10000);
5959
session.execute(statement);
6060
}
6161

0 commit comments

Comments
 (0)