Skip to content

Commit

Permalink
test: set 20 minutes timeout for installation tests (#6363)
Browse files Browse the repository at this point in the history
  • Loading branch information
dgozman committed Apr 29, 2021
1 parent 11882cd commit a456131
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Expand Up @@ -107,6 +107,7 @@ jobs:
- "^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
- "^12.0.0"
- "^14.1.0" # pre 14.1, zip extraction was broken (https://github.com/microsoft/playwright/issues/1988)
timeout-minutes: 20
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
Expand Down

0 comments on commit a456131

Please sign in to comment.