Update tests

This commit is contained in:
Nikolay Kim 2025-03-27 21:51:21 +01:00
parent b2915f4868
commit 7695fc686f
2 changed files with 3 additions and 0 deletions

View file

@ -45,6 +45,8 @@ ntex-util = { path = "ntex-util" }
ntex-compio = { path = "ntex-compio" }
ntex-tokio = { path = "ntex-tokio" }
ntex-neon = { git = "https://github.com/ntex-rs/neon.git" }
[workspace.dependencies]
async-task = "4.5.0"
bitflags = "2"

View file

@ -252,6 +252,7 @@ where
Ok(())
})
});
thread::sleep(std::time::Duration::from_millis(150));
let (system, server, addr) = rx.recv().unwrap();