aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index ebe921f..3c0f65e 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -32,7 +32,7 @@ const MAGIC: [u8; 4] = [0x32, 0x7f, 0xfe, 0x4c];
const RESP_OK: [u8; 5] = [0x32, 0x7f, 0xfe, 0x4c, 0x00];
const RESP_NORMAL: [u8; 5] = [0x32, 0x7f, 0xfe, 0x4c, 0x01];
const CHECK_INTERVAL: Duration = Duration::from_secs(30);
-const CHECK_TIMEOUT: Duration = Duration::from_secs(300);
+const CHECK_TIMEOUT: Duration = Duration::from_secs(600);
const MONITOR_INTERVAL: Duration = Duration::from_secs(600);
const MONITOR_TIMEOUT: Duration = Duration::from_secs(3600);
const TCP_TIMEOUT: Duration = Duration::from_secs(8);