This commit is contained in:
Nikolay Kim 2025-03-16 11:51:51 +01:00
parent 17468c2ac4
commit 6624b2f2f2
2 changed files with 0 additions and 8 deletions

View file

@ -248,10 +248,6 @@ where
Ok(())
})
});
// wait for server
if std::env::var("GITHUB_ACTIONS") == Ok("true".to_string()) {
thread::sleep(std::time::Duration::from_millis(150));
}
let (system, server, addr) = rx.recv().unwrap();

View file

@ -701,10 +701,6 @@ where
Ok(())
})
});
// wait for server
if std::env::var("GITHUB_ACTIONS") == Ok("true".to_string()) {
thread::sleep(std::time::Duration::from_millis(350));
}
let (system, server, addr) = rx.recv().unwrap();