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 d7fb38a commit 79a755cCopy full SHA for 79a755c
java/server/test/org/openqa/grid/internal/SessionTimesOutTest.java
@@ -77,7 +77,7 @@ public void beforeRelease(TestSession session) {
77
/**
78
* check that the proxy is freed after it times out.
79
*/
80
- @Test(timeout = 2000)
+ @Test(timeout = 3000)
81
public void testTimeout() throws InterruptedException {
82
83
Registry registry = Registry.newInstance();
0 commit comments