Skip to content

Commit d0f69c0

Browse files
committed
checks/iperf: wiggle timeouts
1 parent 18127f6 commit d0f69c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

checks/iperf.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,10 @@ nixpkgs.lib.optionalAttrs (builtins.elem hypervisor self.lib.hypervisorsWithNetw
6161
testScript = ''
6262
import os
6363
64-
vm.wait_for_unit("microvm@${hypervisor}-iperf-server.service", timeout = 900)
64+
vm.wait_for_unit("microvm@${hypervisor}-iperf-server.service", timeout = 600)
6565
vm.succeed("ip addr add 10.0.0.2/24 dev microvm")
6666
67-
result = vm.wait_until_succeeds("iperf -c 10.0.0.1", timeout = 180)
67+
result = vm.wait_until_succeeds("iperf -c 10.0.0.1", timeout = 1200)
6868
print(result)
6969
7070
path = "{}/summary.md".format(os.environ.get("out"))

0 commit comments

Comments
 (0)