We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5a6ece commit bfb7617Copy full SHA for bfb7617
google-cloud-spanner/src/test/java/com/google/cloud/spanner/connection/StatementTimeoutTest.java
@@ -81,7 +81,7 @@ public class StatementTimeoutTest extends AbstractMockServerTest {
81
* still high enough that it would normally not be exceeded for a statement that is executed
82
* directly.
83
*/
84
- private static final int TIMEOUT_FOR_SLOW_STATEMENTS = 20;
+ private static final int TIMEOUT_FOR_SLOW_STATEMENTS = 50;
85
86
ITConnection createConnection() {
87
StringBuilder url = new StringBuilder(getBaseUrl());
0 commit comments