From 09d3bb1bac92e38d90cb23ab7a665ed28d3b4410 Mon Sep 17 00:00:00 2001 From: Marcelo Bezerra <23555060+mmosca@users.noreply.github.com> Date: Tue, 19 Nov 2024 18:40:56 +0100 Subject: [PATCH] remove timeout --- .github/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1b0563d3e..810019186 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,7 +48,7 @@ jobs: max_attempts: 3 retry_on: error command: npm install - timeout_minutes: 10 + #timeout_minutes: 10 on_retry_command: rm -rfv node_modules - name: Build Linux run: npm run make @@ -103,7 +103,7 @@ jobs: max_attempts: 3 retry_on: error command: npm install - timeout_minutes: 10 + #timeout_minutes: 10 on_retry_command: rm -rfv node_modules - name: Build MacOS arm64 run: npm run make -- --arch="arm64" @@ -152,7 +152,7 @@ jobs: max_attempts: 3 retry_on: error command: npm install - timeout_minutes: 10 + #timeout_minutes: 10 on_retry_command: rm -rfv node_modules - name: Build MacOS x64 run: npm run make -- --arch="x64" @@ -206,7 +206,7 @@ jobs: max_attempts: 3 retry_on: error command: npm install - timeout_minutes: 10 + #timeout_minutes: 10 on_retry_command: rm -rfv node_modules - name: Build Win x64 run: npm run make -- --arch="x64" @@ -260,7 +260,7 @@ jobs: max_attempts: 3 retry_on: error command: npm install - timeout_minutes: 10 + #timeout_minutes: 10 on_retry_command: rm -rfv node_modules - name: Build Win32 run: npm run make -- --arch="ia32"