mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-12 01:44:21 +00:00
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:
parent
81540165e8
commit
75d1b80db7
@ -122,8 +122,8 @@ sub console_login {
|
|||||||
# if the switch lags a bit, this function will match one of the
|
# 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
|
# logged-in needles for the console we switched from, and get out
|
||||||
# of sync (e.g. https://openqa.stg.fedoraproject.org/tests/1664 )
|
# of sync (e.g. https://openqa.stg.fedoraproject.org/tests/1664 )
|
||||||
# To avoid this, we'll sleep a couple of seconds before starting
|
# To avoid this, we'll sleep a few seconds before starting
|
||||||
sleep 2;
|
sleep 4;
|
||||||
|
|
||||||
my $good = "";
|
my $good = "";
|
||||||
my $bad = "";
|
my $bad = "";
|
||||||
|
Loading…
Reference in New Issue
Block a user