From 35338b1d2385c91e19a95ffbc31e71d454478089 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lorenz=20K=C3=A4stle?= Date: Wed, 10 Jul 2024 11:59:37 +0200 Subject: [PATCH] Longer timeout for tests --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 524dffa..ebcb211 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: @@ -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