Skip to content

Commit

Permalink
Make the run folder timeout time a bit more generous (for much larger…
Browse files Browse the repository at this point in the history
… cohorts)
  • Loading branch information
alex-l-kong committed Jul 31, 2023
1 parent 1c9f9c3 commit ac30a37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/toffy/fov_watcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ def start_watcher(
fov_callback: Callable[[str, str], None],
run_callback: Callable[[None], None],
intermediate_callback: Callable[[str, str], None] = None,
run_folder_timeout: int = 2700,
run_folder_timeout: int = 5400,
completion_check_time: int = 30,
zero_size_timeout: int = 7800,
):
Expand Down

0 comments on commit ac30a37

Please sign in to comment.