[internal] fix flake: e2e spec_isolation(firefox) increase duration padding (#7355)

This commit is contained in:
Ben Kucera
2020-05-15 00:22:02 +00:00
committed by GitHub
parent 33dca0112d
commit 913d3588ef
@@ -89,7 +89,7 @@ expectRunsToHaveCorrectStats = (runs = []) ->
run,
"stats.wallClockDuration",
wallClocks,
wallClocks + 150, ## add 150ms to account for padding
wallClocks + 200, ## add 200ms to account for padding
1234
)
@@ -97,7 +97,7 @@ expectRunsToHaveCorrectStats = (runs = []) ->
run,
"reporterStats.duration",
wallClocks,
wallClocks + 150, ## add 150ms to account for padding
wallClocks + 200, ## add 200ms to account for padding
1234
)