Skip to content
Snippets Groups Projects
Commit d9df1338 authored by Jorrit Schaap's avatar Jorrit Schaap
Browse files

SW-796: tObservationStartListener needs a little bit more time...

parent d8c779ea
No related branches found
No related tags found
1 merge request!62Lofar release 4 0 into master
......@@ -26,7 +26,7 @@ send_msg $QUEUE "`cat tObservationStartListener.parset.correct.match.msg.xml`"
# Msg 4: Redo Msg 3
send_msg $QUEUE "`cat tObservationStartListener.parset.correct.match.msg.xml`"
sleep 2 # wait for executed program triggered by Msg 3 & 4 to finish
sleep 4 # wait for executed program triggered by Msg 3 & 4 to finish
kill -s SIGTERM $pid 2>/dev/null
wait $pid || : # mask exit status for bash -e
echo
......
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