Skip to content

Commit

Permalink
Increase safety margin for testcase
Browse files Browse the repository at this point in the history
  • Loading branch information
dns2utf8 committed Sep 10, 2017
1 parent 5a6c22f commit 9c775b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1266,7 +1266,7 @@ mod test {
p_clock.execute(move || {
barrier.wait();
// this sleep is for stabilisation on weaker platforms
sleep(Duration::from_millis(10));
sleep(Duration::from_millis(100));
});
}

Expand Down

0 comments on commit 9c775b1

Please sign in to comment.