Skip to content

Commit

Permalink
increase sleep time in tests with multithreading to make them less flaky
Browse files Browse the repository at this point in the history
  • Loading branch information
haraldmaida committed Feb 10, 2025
1 parent 3b3033f commit d446c78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/threadsafe/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ proptest! {
.unwrap_or_else(|err| panic!("failed to read tracker output: {err}"))
});

thread::sleep(Duration::from_millis(5));
thread::sleep(Duration::from_millis(8));

for item in &items {
subject.emit(*item)
Expand Down

0 comments on commit d446c78

Please sign in to comment.