mirror of
https://github.com/actix/actix-web.git
synced 2025-03-07 03:51:17 +00:00
test timing
This commit is contained in:
parent
0da3fdcb09
commit
e9c1889df4
1 changed files with 1 additions and 0 deletions
|
@ -887,6 +887,7 @@ fn test_brotli_encoding_large() {
|
|||
fn test_h2() {
|
||||
let srv = test::TestServer::new(|app| app.handler(|_| HttpResponse::Ok().body(STR)));
|
||||
let addr = srv.addr();
|
||||
thread::sleep(time::Duration::from_millis(500));
|
||||
|
||||
let mut core = Runtime::new().unwrap();
|
||||
let tcp = TcpStream::connect(&addr);
|
||||
|
|
Loading…
Reference in a new issue