We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a47543c commit f7f6a01Copy full SHA for f7f6a01
test/e2e/internal/util/vm.go
@@ -137,6 +137,6 @@ func UntilVirtualMachineRebooted(key client.ObjectKey, previousRunningTime time.
137
}
138
139
return fmt.Errorf("virtual machine %s is not rebooted", key.Name)
140
- }, framework.LongTimeout, time.Second).Should(Succeed())
141
- UntilObjectPhase(string(v1alpha2.MachineRunning), framework.LongTimeout, vm)
+ }, timeout/2, time.Second).Should(Succeed())
+ UntilObjectPhase(string(v1alpha2.MachineRunning), timeout/2, vm)
142
0 commit comments