Skip to content

Commit

Permalink
remove timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
mmosca authored and sensei-hacker committed Dec 13, 2024
1 parent 5835444 commit 09d3bb1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 09d3bb1

Please sign in to comment.