Skip to content

Commit 3582c5e

Browse files
committed
bump ci limits
1 parent df1d31f commit 3582c5e

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,15 @@ on:
77
branches: [ main, master ]
88
workflow_dispatch:
99

10+
concurrency:
11+
group: ${{ github.workflow }}-${{ github.ref }}
12+
cancel-in-progress: true
13+
1014
jobs:
1115
rust_tests:
1216
name: Rust Checks
1317
runs-on: self-hosted
14-
timeout-minutes: 60
18+
timeout-minutes: 120
1519
steps:
1620
- uses: actions/checkout@v4
1721
- uses: dtolnay/rust-toolchain@stable

0 commit comments

Comments
 (0)