Skip to content

Commit 8c8d27d

Browse files
committed
xxx: increase ping timeout
Signed-off-by: Paul Kroeher <paul.kroeher@cyberus-technology.de> On-behalf-of: SAP paul.kroeher@sap.com
1 parent 59c0bc0 commit 8c8d27d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/openstack-default-setup.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ pkgs.testers.nixosTest {
135135
136136
# Ping the OpenStack VM from the controller host. We use the network
137137
# namespace dedicated for the VM to ping it.
138-
assert retry_until_succeed(controllerVM, f"ip netns exec {net_ns} ping -c 1 {vm_ip}", 30)
138+
assert retry_until_succeed(controllerVM, f"ip netns exec {net_ns} ping -c 1 {vm_ip}", 120)
139139
140140
# create volume with 4GB
141141
controllerVM.execute("openstack volume create --size 4 test_vol")

0 commit comments

Comments
 (0)