From 33c54d06ae254e2b690c7b99f20fcfb63a45c95c Mon Sep 17 00:00:00 2001 From: Jan David Mol <mol@astron.nl> Date: Tue, 18 Aug 2015 14:56:40 +0000 Subject: [PATCH] Task #5442: Extended timeout to prevent killing slow instead of freezing tests --- SubSystems/Online_Cobalt/test/tProductionParsets.run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SubSystems/Online_Cobalt/test/tProductionParsets.run b/SubSystems/Online_Cobalt/test/tProductionParsets.run index 21f00ad4cc0..9b72b121b21 100755 --- a/SubSystems/Online_Cobalt/test/tProductionParsets.run +++ b/SubSystems/Online_Cobalt/test/tProductionParsets.run @@ -36,7 +36,7 @@ do echo "Observation.DataProducts.Output_Beamformed.locations=[500*:.]" >> $PARSET # Run the observation (do NOT throw alarms for running past observations) - timeout 90s runObservation.sh -B -C -F -l 1 -x COBALT_NO_ALARM=1 $PARSET + timeout 300s runObservation.sh -B -C -F -l 1 -x COBALT_NO_ALARM=1 $PARSET OBSRESULT=$? if [ $OBSRESULT -gt 0 ]; then -- GitLab