mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-03 21:07:39 +03:00
wip
This commit is contained in:
parent
a8db7de953
commit
24ed090574
2 changed files with 2 additions and 2 deletions
|
@ -4,8 +4,8 @@ use std::{cmp, future::poll_fn, future::Future, hash, pin::Pin, sync::Arc};
|
|||
|
||||
use async_broadcast::{self as bus, broadcast};
|
||||
use async_channel::{unbounded, Receiver, Sender};
|
||||
use core_affinity::CoreId;
|
||||
use atomic_waker::AtomicWaker;
|
||||
use core_affinity::CoreId;
|
||||
|
||||
use ntex_rt::{spawn, Arbiter};
|
||||
use ntex_service::{Pipeline, PipelineBinding, Service, ServiceFactory};
|
||||
|
|
|
@ -156,7 +156,7 @@ async fn test_form() {
|
|||
assert!(response.status().is_success());
|
||||
}
|
||||
|
||||
//#[ntex::test]
|
||||
#[ntex::test]
|
||||
async fn test_timeout() {
|
||||
let srv = test::server(|| {
|
||||
App::new().service(web::resource("/").route(web::to(|| async {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue