Skip to content

Commit

Permalink
Increase delay in a time-dependent test to make more reliable.
Browse files Browse the repository at this point in the history
  • Loading branch information
peplin committed Aug 17, 2014
1 parent 85d5365 commit 055d4ec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public void exceptionOnReadDisconnects() {
source.connect();
source.nextReadThrowsException = true;
source.inject(new byte[] {1,2,3,4});
TestUtils.pause(20);
TestUtils.pause(50);
assertTrue(source.isRunning());
assertFalse(source.isConnected());
}
Expand Down

0 comments on commit 055d4ec

Please sign in to comment.