Skip to content

Commit b37851c

Browse files
fix(test): flaky test
increment the time that we wait for the interval to finish since it runs slower in ci Signed-off-by: nkomonen-amazon <[email protected]>
1 parent 2d4f779 commit b37851c

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)