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 <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2018-03-27 11:45:22 -07:00
parent 81540165e8
commit 75d1b80db7

View File

@ -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 = "";