Skip to content

Commit

Permalink
increase the timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
sczembor committed Oct 9, 2023
1 parent c6727cf commit 1f1b4ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ jobs:
run: cargo clippy
- name: Run tests
if: env.GIT_DIFF
timeout-minutes: 30
timeout-minutes: 60
working-directory: ./contracts
run: cargo test --verbose

0 comments on commit 1f1b4ac

Please sign in to comment.