Skip to content

Commit

Permalink
Revert time guard because we're skipping ARM tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Dedden committed Feb 29, 2024
1 parent 0d2e517 commit 4e01789
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/resiliparse/test_process_guard.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def wait_func_signal_term_escalate():
pass


@time_guard(timeout_ms=2500, grace_period_ms=0, check_interval=80, interrupt_type=InterruptType.exception)
@time_guard(timeout_ms=250, grace_period_ms=0, check_interval=80, interrupt_type=InterruptType.exception)
def wait_func_exc_progress():
start = monotonic()
while monotonic() - start < .5:
Expand Down

0 comments on commit 4e01789

Please sign in to comment.