Skip to content
Snippets Groups Projects
Commit 33c54d06 authored by Jan David Mol's avatar Jan David Mol
Browse files

Task #5442: Extended timeout to prevent killing slow instead of freezing tests

parent 2b6b56a5
No related branches found
No related tags found
No related merge requests found
...@@ -36,7 +36,7 @@ do ...@@ -36,7 +36,7 @@ do
echo "Observation.DataProducts.Output_Beamformed.locations=[500*:.]" >> $PARSET echo "Observation.DataProducts.Output_Beamformed.locations=[500*:.]" >> $PARSET
# Run the observation (do NOT throw alarms for running past observations) # 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=$? OBSRESULT=$?
if [ $OBSRESULT -gt 0 ]; then if [ $OBSRESULT -gt 0 ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment