Check test server availability before using it (#522)

This commit is contained in:
Nikolay Kim 2025-03-14 14:08:43 +05:00 committed by GitHub
parent ab5fb624b7
commit 9a8a2b3216
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 29 additions and 2 deletions

View file

@ -67,6 +67,9 @@ where
let (system, addr, server) = rx.recv().unwrap();
// wait for server
thread::sleep(std::time::Duration::from_millis(50));
TestServer {
addr,
server,