From a2999d39ba2d8e905cfbdcc31cbb15e63020743e Mon Sep 17 00:00:00 2001 From: Carmelo Pellegrino <carmelo.pellegrino@gmail.com> Date: Mon, 1 Jun 2015 16:10:12 +0200 Subject: [PATCH] timeout reset to 20 --- daq.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daq.sh b/daq.sh index ec455e7..c360c57 100755 --- a/daq.sh +++ b/daq.sh @@ -23,7 +23,7 @@ WRITE_TIMESLICES=$6 SERVER=${DAQ_SERVER} # JLigier for StateMachine LOGGER=${DAQ_SERVER} # JLigier for logging DEBUG=3 # 3 is highest -TIMEOUT_S=1 # timeout arbitrarily set to 20 seconds +TIMEOUT_S=20 # timeout arbitrarily set to 20 seconds NUMBER_OF_FRAMES=18 # 18 doms -- GitLab