From 5631a4321ee2a2a573bf894d3ae76206f90dc774 Mon Sep 17 00:00:00 2001 From: Jari Kolehmainen Date: Thu, 15 Apr 2021 13:14:18 +0300 Subject: [PATCH] set timeout_minutes Signed-off-by: Jari Kolehmainen --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index bd4692eafa..76404f0b01 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -35,6 +35,7 @@ jobs: - uses: nick-invision/retry@v2 name: Install dependencies with: + timeout_minutes: 10 max_attempts: 3 retry_on: error command: make node_modules @@ -45,6 +46,7 @@ jobs: - uses: nick-invision/retry@v2 name: Build bundled extensions with: + timeout_minutes: 15 max_attempts: 3 retry_on: error command: make -j2 build-extensions