Skip to content

Commit

Permalink
Increase timeout to 20 min for mac. Sometimes it takes longer
Browse files Browse the repository at this point in the history
  • Loading branch information
ToveRumar committed Jan 2, 2025
1 parent 287a5c6 commit 51430b9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions management/program.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@
from recover import recover

# Timeout for the program operation.
TIMEOUT = 10 * 60

TIMEOUT = 10 * 60 *2 # 20 min
#
# This is to make it possible to import from conftest
#
Expand Down

0 comments on commit 51430b9

Please sign in to comment.