Skip to content

Commit 1c7d0c3

Browse files
committed
use global timeout
1 parent c7db9d0 commit 1c7d0c3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/test-e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ concurrency:
1717

1818
jobs:
1919
Test:
20-
timeout-minutes: 20
20+
timeout-minutes: 40
2121
runs-on: ubuntu-22.04
2222
steps:
2323
- name: Checkout branch

packages/insomnia-smoke-test/playwright.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,6 @@ const config: PlaywrightTestConfig = {
4343
timeout: process.env.CI ? 25 * 1000 : 10 * 1000,
4444
},
4545
workers: 1,
46+
globalTimeout: 20 * 60 * 1000,
4647
};
4748
export default config;

0 commit comments

Comments
 (0)