mirror of
https://github.com/rosenpass/rosenpass.git
synced 2026-03-01 06:53:10 -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();
|
.unwrap();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
std::thread::sleep(Duration::from_millis(500));
|
||||||
|
|
||||||
// start second process, the client
|
// start second process, the client
|
||||||
let mut client = test_bin::get_test_bin(BIN)
|
let mut client = test_bin::get_test_bin(BIN)
|
||||||
.args(["exchange", "secret-key"])
|
.args(["exchange", "secret-key"])
|
||||||
|
|||||||
Reference in New Issue
Block a user