mirror of
https://github.com/cypress-io/cypress.git
synced 2026-05-07 15:31:30 -05:00
[internal] fix flake: e2e spec_isolation(firefox) increase duration padding (#7355)
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user