change TEST_DELAY_TIMEOUT from 1 to 3

This commit is contained in:
rustdesk 2024-01-01 17:53:20 +08:00
parent c7df539b31
commit ca1ca21cf8

View File

@ -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 H1: Duration = Duration::from_secs(3600);
const MILLI1: Duration = Duration::from_millis(1);