Skip to content
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.

Commit

Permalink
thread sleep incremented (50->500)
Browse files Browse the repository at this point in the history
  • Loading branch information
musabgelisgen committed Jul 31, 2018
1 parent 32bfea0 commit d633fe1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public void failed(Exception ex) {
}
});

Thread.sleep(50);
Thread.sleep(500);
}

@Test
Expand Down

0 comments on commit d633fe1

Please sign in to comment.