From 75d1b80db75ebda01c816288f0e4ac8bfe9f00e6 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Tue, 27 Mar 2018 11:45:22 -0700 Subject: [PATCH] Bump a magic timeout a bit for aarch64 aarch64 managed to hit the problem this 'magic timeout' tries to avoid, so let's extend it :( e.g. https://openqa.stg.fedoraproject.org/tests/267174 Signed-off-by: Adam Williamson --- lib/utils.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/utils.pm b/lib/utils.pm index ad30f67a..aace5358 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -122,8 +122,8 @@ sub console_login { # if the switch lags a bit, this function will match one of the # logged-in needles for the console we switched from, and get out # of sync (e.g. https://openqa.stg.fedoraproject.org/tests/1664 ) - # To avoid this, we'll sleep a couple of seconds before starting - sleep 2; + # To avoid this, we'll sleep a few seconds before starting + sleep 4; my $good = ""; my $bad = "";