Skip to content

Commit 1bcf743

Browse files
authored
Reduce timeout on spl CI jobs (#5193)
reduce timeout on spl jobs
1 parent 51b5fac commit 1bcf743

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/downstream-project-spl.yml

+3
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
check:
4141
if: github.repository == 'anza-xyz/agave'
4242
runs-on: ubuntu-latest
43+
timeout-minutes: 60
4344
strategy:
4445
matrix:
4546
programs:
@@ -77,6 +78,7 @@ jobs:
7778
test_cli:
7879
if: github.repository == 'anza-xyz/agave'
7980
runs-on: ubuntu-latest
81+
timeout-minutes: 60
8082
strategy:
8183
matrix:
8284
programs:
@@ -106,6 +108,7 @@ jobs:
106108
cargo-test-sbf:
107109
if: github.repository == 'anza-xyz/agave'
108110
runs-on: ubuntu-latest
111+
timeout-minutes: 60
109112
strategy:
110113
matrix:
111114
programs:

0 commit comments

Comments
 (0)