diff --git a/rosenpass/tests/integration_test.rs b/rosenpass/tests/integration_test.rs index a605674..31554c7 100644 --- a/rosenpass/tests/integration_test.rs +++ b/rosenpass/tests/integration_test.rs @@ -199,6 +199,8 @@ fn check_exchange_under_dos() { .unwrap(); }); + std::thread::sleep(Duration::from_millis(500)); + // start second process, the client let mut client = test_bin::get_test_bin(BIN) .args(["exchange", "secret-key"])