Skip to content

Commit

Permalink
server: Increasing a test timeout to make it more stable in a slow ne…
Browse files Browse the repository at this point in the history
…twork
  • Loading branch information
barancev committed Jun 5, 2015
1 parent 678f18f commit ee27db1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ public void beforeRelease(TestSession session) {
}

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

0 comments on commit ee27db1

Please sign in to comment.