Skip to content

Commit

Permalink
fix(test): flaky test (#5809)
Browse files Browse the repository at this point in the history
increment the time that we wait for the interval to finish since it runs
slower in ci

---

<!--- REMINDER: Ensure that your PR meets the guidelines in
CONTRIBUTING.md -->

License: I confirm that my contribution is made under the terms of the
Apache 2.0 license.

Signed-off-by: nkomonen-amazon <[email protected]>
  • Loading branch information
nkomonen-amazon authored Oct 19, 2024
1 parent e900737 commit c716995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/test/shared/crashMonitoring.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ export const crashMonitoringTest = async () => {
}

// Give some extra time since there is a lot of file i/o
await awaitIntervals(oneInterval * 2)
await awaitIntervals(oneInterval * 3)

assertCrashedExtensions(latestCrashedExts)
})
Expand Down

0 comments on commit c716995

Please sign in to comment.