mirror of
https://github.com/actix/actix-extras.git
synced 2024-11-24 07:53:00 +01:00
increase delay
This commit is contained in:
parent
a9728abfc8
commit
577a509875
@ -96,8 +96,7 @@ fn test_start() {
|
||||
|
||||
// resume
|
||||
let _ = srv_addr.send(server::ResumeServer).wait();
|
||||
thread::sleep(time::Duration::from_millis(200));
|
||||
|
||||
thread::sleep(time::Duration::from_millis(400));
|
||||
{
|
||||
let req = client::ClientRequest::get(format!("http://{}/", addr).as_str())
|
||||
.finish()
|
||||
|
Loading…
Reference in New Issue
Block a user