fix: Increase time outs for integration tests

This commit is contained in:
Karolin Varner
2025-04-08 18:02:12 +02:00
parent d453002230
commit c84bbed3bd

View File

@@ -129,7 +129,7 @@ fn run_server_client_exchange(
});
// give them some time to do the key exchange under load
std::thread::sleep(Duration::from_secs(10));
std::thread::sleep(Duration::from_secs(30));
// time's up, kill the childs
server_terminate.send(()).unwrap();