We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3c2af92 + d6be9ec commit 25371cdCopy full SHA for 25371cd
workflows/p2b1_mlrMBO/scripts/theta_run_model.sh
@@ -73,6 +73,7 @@ MODEL_CMD="python ${arg_array[@]}"
73
set +e
74
echo $MODEL_CMD
75
$TIMEOUT_CMD python "${arg_array[@]}"
76
+sleep 60
77
78
RES=$?
79
if [ "$RES" -ne 0 ]; then
0 commit comments