Skip to content

Commit

Permalink
test: increase timeout to prevent flakiness (#709)
Browse files Browse the repository at this point in the history
  • Loading branch information
olavloite committed Dec 13, 2020
1 parent e5a6ece commit bfb7617
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -81,7 +81,7 @@ public class StatementTimeoutTest extends AbstractMockServerTest {
* still high enough that it would normally not be exceeded for a statement that is executed
* directly.
*/
private static final int TIMEOUT_FOR_SLOW_STATEMENTS = 20;
private static final int TIMEOUT_FOR_SLOW_STATEMENTS = 50;

ITConnection createConnection() {
StringBuilder url = new StringBuilder(getBaseUrl());
Expand Down

0 comments on commit bfb7617

Please sign in to comment.