Skip to content

Commit

Permalink
Longer timeout for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Lorenz Kästle committed Jul 10, 2024
1 parent 1e2fe6b commit 35338b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
run: ./check_interfaces -h 127.0.0.1 --port=1611 -c cisco-c3560 -d

- name: check_interfaces with lying hpe-procurve
run: ./check_interfaces -h 127.0.0.1 --port=1611 -c network/switch/hpe-procurve-516733-b21 -d
run: ./check_interfaces -h 127.0.0.1 --port=1611 -c network/switch/hpe-procurve-516733-b21 -d -t 250000


clang-build:
Expand Down Expand Up @@ -89,4 +89,4 @@ jobs:
run: ./check_interfaces -h 127.0.0.1 --port=1611 -c cisco-c3560 -d

- name: check_interfaces with lying hpe-procurve
run: ./check_interfaces -h 127.0.0.1 --port=1611 -c network/switch/hpe-procurve-516733-b21 -d
run: ./check_interfaces -h 127.0.0.1 --port=1611 -c network/switch/hpe-procurve-516733-b21 -d -t 250000

0 comments on commit 35338b1

Please sign in to comment.