Skip to content

Commit

Permalink
fix: GitHub Action timeout-minutes set to 30.
Browse files Browse the repository at this point in the history
  • Loading branch information
n1cogrv committed Apr 26, 2024
1 parent bfcf1d3 commit b1b2f6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-build-on-dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ on:
jobs:
test:
name: Test Build on Dispatch/Demand
timeout-minutes: 15
timeout-minutes: 30
runs-on: ubuntu-22.04
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
jobs:
test:
name: Test Build
timeout-minutes: 15
timeout-minutes: 30
runs-on: ubuntu-22.04
steps:
- name: Checkout
Expand Down

0 comments on commit b1b2f6b

Please sign in to comment.