[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [OSSTEST PATCH] power_cycle_sleep: Change default sleep to 15s
5s is so short that when a host fails to respond we aren't sure if it was just very idle and ran off its PSU's internal energy storage for that period. Signed-off-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> --- Osstest/TestSupport.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Osstest/TestSupport.pm b/Osstest/TestSupport.pm index 6b0ee7a2..9c99ee17 100644 --- a/Osstest/TestSupport.pm +++ b/Osstest/TestSupport.pm @@ -1097,7 +1097,7 @@ sub power_reboot_attempts ($$$;$$) { sub power_cycle_sleep ($) { my ($ho) = @_; - my $to = get_host_property($ho, 'power-cycle-time', 5); + my $to = get_host_property($ho, 'power-cycle-time', 15); logm("power-cycle: waiting ${to}s"); sleep($to); } -- 2.11.0 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |