Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
bra-fsn committed Jun 20, 2024
1 parent 92f476d commit d90bc4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inspector/lib.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
WAIT_SINCE_LAST_START = timedelta(hours=2)
# fail if a job has already started, but didn't produce output for 2 days
FAIL_IF_NO_OUTPUT = timedelta(days=7)
FAIL_ON_ERROR = timedelta(days=2)
FAIL_ON_ERROR = timedelta(days=7)
# destroy the instance one hour after it has been started
DESTROY_AFTER = timedelta(hours=1)
DOCKER_OPTS = dict(detach=True, privileged=True)
Expand Down

0 comments on commit d90bc4e

Please sign in to comment.