mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-04 13:27:39 +03:00
wip
This commit is contained in:
parent
17468c2ac4
commit
6624b2f2f2
2 changed files with 0 additions and 8 deletions
|
@ -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();
|
||||
|
||||
|
|
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue