Skip to content

Commit 709391e

Browse files
authored
Merge pull request #69 from AkihiroSuda/ci-timeout
CI: set timeout
2 parents e8489c0 + 8b377b1 commit 709391e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@ jobs:
175175
plot:
176176
runs-on: ubuntu-22.04
177177
needs: [benchmark, benchmark-multinode]
178+
timeout-minutes: 10
178179
steps:
179180
- uses: actions/[email protected]
180181
- run: sudo apt update && sudo apt install python3 python3-pip
@@ -207,6 +208,7 @@ jobs:
207208

208209
bench-script:
209210
runs-on: ubuntu-22.04
211+
timeout-minutes: 60
210212
steps:
211213
- uses: actions/[email protected]
212214
- run: sudo ip a add 192.168.6.2/32 dev eth0

0 commit comments

Comments
 (0)