Skip to content

Commit d6be9ec

Browse files
committed
adding 60 delay
1 parent 1dfdbee commit d6be9ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

workflows/p2b1_mlrMBO/scripts/theta_run_model.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ MODEL_CMD="python ${arg_array[@]}"
7373
set +e
7474
echo $MODEL_CMD
7575
$TIMEOUT_CMD python "${arg_array[@]}"
76+
sleep 60
7677

7778
RES=$?
7879
if [ "$RES" -ne 0 ]; then

0 commit comments

Comments
 (0)