From a4561310e857baa65c436ef4669d5ecdb552f0db Mon Sep 17 00:00:00 2001 From: Dmitry Gozman Date: Thu, 29 Apr 2021 11:12:03 -0700 Subject: [PATCH] test: set 20 minutes timeout for installation tests (#6363) --- .github/workflows/tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 00b58daa98..0f3b333d36 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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