Skip to content

Commit f7f6a01

Browse files
author
Valeriy Khorunzhin
committed
fix until rebooted
Signed-off-by: Valeriy Khorunzhin <[email protected]>
1 parent a47543c commit f7f6a01

File tree

1 file changed

+2
-2
lines changed
  • test/e2e/internal/util

1 file changed

+2
-2
lines changed

test/e2e/internal/util/vm.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,6 @@ func UntilVirtualMachineRebooted(key client.ObjectKey, previousRunningTime time.
137137
}
138138

139139
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)
140+
}, timeout/2, time.Second).Should(Succeed())
141+
UntilObjectPhase(string(v1alpha2.MachineRunning), timeout/2, vm)
142142
}

0 commit comments

Comments
 (0)