Skip to content

Commit bfb7617

Browse files
authored
test: increase timeout to prevent flakiness (#709)
1 parent e5a6ece commit bfb7617

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google-cloud-spanner/src/test/java/com/google/cloud/spanner/connection/StatementTimeoutTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ public class StatementTimeoutTest extends AbstractMockServerTest {
8181
* still high enough that it would normally not be exceeded for a statement that is executed
8282
* directly.
8383
*/
84-
private static final int TIMEOUT_FOR_SLOW_STATEMENTS = 20;
84+
private static final int TIMEOUT_FOR_SLOW_STATEMENTS = 50;
8585

8686
ITConnection createConnection() {
8787
StringBuilder url = new StringBuilder(getBaseUrl());

0 commit comments

Comments
 (0)