summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Ostrovsky <david@ostrovsky.org>2021-05-17 18:10:09 +0200
committerDavid Ostrovsky <david@ostrovsky.org>2021-05-17 19:51:48 +0200
commit9196855d0fad68dd6de00176117cb40da54c21ee (patch)
tree32c759e79996e5c10f28199ff6d67cb8d3fec0a9
parent01d0b2906356a0bb66bf000349b1573668391bb5 (diff)
NoShellIT: Increase the timeout to avoid failures
With 30 seconds timeout the test appears to be flaky. Change-Id: Icc900ad6f108221d2e2dabb7e05c12d6772bd88b
-rw-r--r--javatests/com/google/gerrit/integration/ssh/NoShellIT.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/javatests/com/google/gerrit/integration/ssh/NoShellIT.java b/javatests/com/google/gerrit/integration/ssh/NoShellIT.java
index ccaf085299..2bbbf1a30e 100644
--- a/javatests/com/google/gerrit/integration/ssh/NoShellIT.java
+++ b/javatests/com/google/gerrit/integration/ssh/NoShellIT.java
@@ -41,7 +41,7 @@ public class NoShellIT extends StandaloneSiteTest {
private String identityPath;
- @Test(timeout = 30000)
+ @Test(timeout = 60000)
public void verifyCommandsIsClosed() throws Exception {
try (ServerContext ctx = startServer()) {
setUpTestHarness(ctx);