Skip to content

Commit 79a755c

Browse files
committed
server,tests: Increasing test timeout a bit to make it less fragile on slow computer
1 parent d7fb38a commit 79a755c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/server/test/org/openqa/grid/internal/SessionTimesOutTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ public void beforeRelease(TestSession session) {
7777
/**
7878
* check that the proxy is freed after it times out.
7979
*/
80-
@Test(timeout = 2000)
80+
@Test(timeout = 3000)
8181
public void testTimeout() throws InterruptedException {
8282

8383
Registry registry = Registry.newInstance();

0 commit comments

Comments
 (0)