From ee9b0c9f92ee496dae002e5c18dce8156f142a5e Mon Sep 17 00:00:00 2001
From: Moe Jette <jette1@llnl.gov>
Date: Tue, 1 Apr 2003 21:02:36 +0000
Subject: [PATCH] Decrease message timeout to 5 sec from 10 sec

---
 src/common/slurm_protocol_interface.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/common/slurm_protocol_interface.h b/src/common/slurm_protocol_interface.h
index 1e4a6539ab8..deda358ec20 100644
--- a/src/common/slurm_protocol_interface.h
+++ b/src/common/slurm_protocol_interface.h
@@ -64,7 +64,7 @@
 #include "src/common/pack.h"
 #include "src/common/slurm_protocol_common.h"
 
-#define SLURM_MESSGE_TIMEOUT_MSEC_STATIC 10000
+#define SLURM_MESSGE_TIMEOUT_MSEC_STATIC 5000
 
 /****************\
  **  Data Types  **
-- 
GitLab