Skip to content

Commit c716995

Browse files
fix(test): flaky test (#5809)
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]>
1 parent e900737 commit c716995

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/test/shared/crashMonitoring.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ export const crashMonitoringTest = async () => {
186186
}
187187

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

191191
assertCrashedExtensions(latestCrashedExts)
192192
})

0 commit comments

Comments
 (0)