Skip to content

Commit

Permalink
Merge pull request #69 from AkihiroSuda/ci-timeout
Browse files Browse the repository at this point in the history
CI: set timeout
  • Loading branch information
AkihiroSuda authored Apr 6, 2024
2 parents e8489c0 + 8b377b1 commit 709391e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ jobs:
plot:
runs-on: ubuntu-22.04
needs: [benchmark, benchmark-multinode]
timeout-minutes: 10
steps:
- uses: actions/[email protected]
- run: sudo apt update && sudo apt install python3 python3-pip
Expand Down Expand Up @@ -207,6 +208,7 @@ jobs:

bench-script:
runs-on: ubuntu-22.04
timeout-minutes: 60
steps:
- uses: actions/[email protected]
- run: sudo ip a add 192.168.6.2/32 dev eth0
Expand Down

0 comments on commit 709391e

Please sign in to comment.