Skip to content

Commit

Permalink
delay to make test less flaky
Browse files Browse the repository at this point in the history
  • Loading branch information
wmedrano committed Jan 23, 2017
1 parent 5f9bc30 commit 492c418
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/test_client_cback.rs
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ fn client_cback_calls_after_client_unregistered() {
default_longer_sleep();
let other_client = open_test_client("client_cback_cacu_other");
drop(other_client);
default_longer_sleep();
let counter = ac.deactivate().unwrap().1;
assert_eq!(*counter.registered_client_history.lock().unwrap(),
vec!["client_cback_cacu_other"],
Expand Down

0 comments on commit 492c418

Please sign in to comment.