change TEST_DELAY_TIMEOUT from 1 to 3
This commit is contained in:
parent
c7df539b31
commit
ca1ca21cf8
@ -269,7 +269,7 @@ impl Subscriber for ConnInner {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
const TEST_DELAY_TIMEOUT: Duration = Duration::from_secs(1);
|
const TEST_DELAY_TIMEOUT: Duration = Duration::from_secs(3);
|
||||||
const SEC30: Duration = Duration::from_secs(30);
|
const SEC30: Duration = Duration::from_secs(30);
|
||||||
const H1: Duration = Duration::from_secs(3600);
|
const H1: Duration = Duration::from_secs(3600);
|
||||||
const MILLI1: Duration = Duration::from_millis(1);
|
const MILLI1: Duration = Duration::from_millis(1);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user