mirror of
https://github.com/actix/actix-extras.git
synced 2024-11-28 01:32:57 +01:00
increase delay
This commit is contained in:
parent
a9728abfc8
commit
577a509875
@ -96,8 +96,7 @@ fn test_start() {
|
|||||||
|
|
||||||
// resume
|
// resume
|
||||||
let _ = srv_addr.send(server::ResumeServer).wait();
|
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())
|
let req = client::ClientRequest::get(format!("http://{}/", addr).as_str())
|
||||||
.finish()
|
.finish()
|
||||||
|
Loading…
Reference in New Issue
Block a user