Skip to content

Commit

Permalink
decrease git action timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
milenkovicm committed Nov 8, 2023
1 parent b6a388d commit 1c8e681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ env:
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 15
timeout-minutes: 6
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
Expand Down

0 comments on commit 1c8e681

Please sign in to comment.