mirror of
https://github.com/rosenpass/rosenpass.git
synced 2026-02-28 22:43:26 -08:00
Integration test- add delay between server and client
This commit is contained in:
@@ -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"])
|
||||
|
||||
Reference in New Issue
Block a user