Skip to content

Commit

Permalink
test(leaks): try with longer recv time
Browse files Browse the repository at this point in the history
  • Loading branch information
1313 committed Nov 18, 2024
1 parent 051eee4 commit 3395c7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/leak_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ mod leak_tests {
stream
};
stream.start_capture().ok();
thread::sleep(std::time::Duration::from_millis(100));
thread::sleep(std::time::Duration::from_millis(5000));
stream.stop_capture().ok();
// Force drop of sc_stream
drop(stream);
Expand Down

0 comments on commit 3395c7b

Please sign in to comment.