Skip to content
Snippets Groups Projects
Commit db6dd810 authored by Ben Gamari's avatar Ben Gamari Committed by Marge Bot
Browse files

testsuite: Increase tolerance of T16916

T16916 (testing #16916) has been slightly fragile in CI due to its
reliance on CPU times. While it's hard to see how to eliminate
the time-dependence entirely, we can nevertheless make it more tolerant.

Fixes #16966.
parent accbc242
No related merge requests found
......@@ -46,4 +46,4 @@ main = do
-- CPU consumption should roughly be the same when just idling vs
-- when idling after the event been triggered
print $ eventTriggeredUsage / noEventUsage < 10.0
print $ eventTriggeredUsage / noEventUsage < 100.0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment