Skip to content

Commit

Permalink
ci: limit tests to 30m (MystenLabs#2781)
Browse files Browse the repository at this point in the history
  • Loading branch information
brad-mysten authored Jun 28, 2022
1 parent 430fb41 commit 383a258
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:
needs: diff
if: needs.diff.outputs.isRust == 'true'
runs-on: [self-hosted, self-hosted-ubuntu]
timeout-minutes: 30
strategy:
fail-fast: false
steps:
Expand Down

0 comments on commit 383a258

Please sign in to comment.