Skip to content

Commit

Permalink
increase timeout for all benchmarks to 3600s
Browse files Browse the repository at this point in the history
  • Loading branch information
sfmig committed May 20, 2024
1 parent 4b08e30 commit e1badec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/benchmarks/cellfinder.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ class TimeBenchmark:
"""

# Timing attributes
timeout = 600 # default: 60 s
timeout = 3600 # default: 60 s
version = (
None # benchmark version. Default:None (i.e. hash of source code)
)
Expand Down

0 comments on commit e1badec

Please sign in to comment.