Skip to content

Commit

Permalink
timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
btovar committed Dec 9, 2024
1 parent fd54852 commit f2cdad8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dttools/test/test_runner_common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ run_taskvine_worker()
exit 1
fi
echo "Running worker."
if ! "$TASKVINE_WORKER" --single-shot --timeout=10 --cores ${cores:-1} --memory ${memory:-250} --disk ${disk:-250} --gpus ${gpus:-0} --debug=all --debug-file="$log" $* localhost $(cat "$port_file"); then
if ! "$TASKVINE_WORKER" --single-shot --timeout=120 --cores ${cores:-1} --memory ${memory:-250} --disk ${disk:-250} --gpus ${gpus:-0} --debug=all --debug-file="$log" $* localhost $(cat "$port_file"); then
echo "ERROR: could not start worker"
exit 1
fi
Expand Down
2 changes: 1 addition & 1 deletion taskvine/test/TR_vine_python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ print_logs_on_error()
cat worker.log
fi

ps ux
/bin/ps ux

exit $exit_code
}
Expand Down

0 comments on commit f2cdad8

Please sign in to comment.