Skip to content

Commit

Permalink
Attempt to mitigate flaky cpu polling test
Browse files Browse the repository at this point in the history
  • Loading branch information
eivindjahren committed Oct 18, 2024
1 parent e5a183d commit a80df80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ert/unit_tests/forward_model_runner/test_job.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def test_cpu_seconds_can_detect_multiprocess():
},
0,
)
job.MEMORY_POLL_PERIOD = 0.1
job.MEMORY_POLL_PERIOD = 0.05
cpu_seconds = 0.0
for status in job.run():
if isinstance(status, Running):
Expand Down

0 comments on commit a80df80

Please sign in to comment.