Skip to content

Commit

Permalink
Fix #6619: Increase CPU divisor (#6626)
Browse files Browse the repository at this point in the history
tests/import_test.py was failing on our servers. So, increase
the timeout.
  • Loading branch information
e-carlin authored Jan 2, 2024
1 parent 3f387b6 commit 5059058
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sirepo/srunit.py
Original file line number Diff line number Diff line change
Expand Up @@ -972,7 +972,7 @@ def _cfg():
from pykern import pkconfig

__cfg = pkconfig.init(
# 25 is based on the speed of a MacBook Pro 2019.
cpu_div=(25, int, "cpu speed divisor to compute timeouts"),
# 50 is based on a 2.2 GHz server
cpu_div=(50, int, "cpu speed divisor to compute timeouts"),
)
return __cfg

0 comments on commit 5059058

Please sign in to comment.