We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7db9d0 commit 1c7d0c3Copy full SHA for 1c7d0c3
.github/workflows/test-e2e.yml
@@ -17,7 +17,7 @@ concurrency:
17
18
jobs:
19
Test:
20
- timeout-minutes: 20
+ timeout-minutes: 40
21
runs-on: ubuntu-22.04
22
steps:
23
- name: Checkout branch
packages/insomnia-smoke-test/playwright.config.ts
@@ -43,5 +43,6 @@ const config: PlaywrightTestConfig = {
43
timeout: process.env.CI ? 25 * 1000 : 10 * 1000,
44
},
45
workers: 1,
46
+ globalTimeout: 20 * 60 * 1000,
47
};
48
export default config;
0 commit comments