Skip to content

Commit ee27db1

Browse files
committed
server: Increasing a test timeout to make it more stable in a slow network
1 parent 678f18f commit ee27db1

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
@@ -172,7 +172,7 @@ public void beforeRelease(TestSession session) {
172172
}
173173

174174
// a proxy throwing an exception will end up not releasing the resources.
175-
@Test(timeout = 1000)
175+
@Test(timeout = 5000)
176176
public void testTimeoutBug() throws InterruptedException {
177177
final Registry registry = Registry.newInstance();
178178
RemoteProxy p1 = new MyBuggyRemoteProxyTimeout(req, registry);

0 commit comments

Comments
 (0)