Skip to content

Commit 25371cd

Browse files
committed
Merge branch 'master' of github.com:ECP-CANDLE/Supervisor
2 parents 3c2af92 + d6be9ec commit 25371cd

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)