Skip to content

Commit a456131

Browse files
authored
test: set 20 minutes timeout for installation tests (#6363)
1 parent 11882cd commit a456131

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ jobs:
107107
- "^10.17.0" # pre 10.17, --unhandled-rejections=strict was not an option (https://github.com/nodejs/node/pull/26599) which we need in our tests
108108
- "^12.0.0"
109109
- "^14.1.0" # pre 14.1, zip extraction was broken (https://github.com/microsoft/playwright/issues/1988)
110+
timeout-minutes: 20
110111
steps:
111112
- uses: actions/checkout@v2
112113
- uses: actions/setup-node@v2

0 commit comments

Comments
 (0)