test: set 20 minutes timeout for installation tests (#6363)

This commit is contained in:
Dmitry Gozman 2021-04-29 11:12:03 -07:00 committed by GitHub
parent 11882cdda7
commit a4561310e8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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