Skip to content

Commit 479e2a0

Browse files
committed
Increase test timeout and add retries for CI resilience
The NGSIEM Cases navigation can take 30-40s due to sidebar re-renders, which exceeded the default 45s local / 60s CI timeout. Bump to 90s and add retries: 2 for both local and CI runs.
1 parent 386da6b commit 479e2a0

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

e2e/playwright.config.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
import { defineFoundryConfig } from '@crowdstrike/foundry-playwright';
22

3-
export default defineFoundryConfig();
3+
export default defineFoundryConfig({
4+
timeout: 90_000,
5+
retries: 2,
6+
});

0 commit comments

Comments
 (0)