mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-24 23:03:08 +00:00
post_fail_hook: give dnf -y install tar a bit longer
It seems to time out a lot on lab but not on prod, for some reason. Let's just give it a little longer. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
d4717ff090
commit
2c6e1ec76b
@ -63,7 +63,7 @@ sub post_fail_hook {
|
|||||||
# rely on dnf always working (it fails in emergency mode, not sure
|
# rely on dnf always working (it fails in emergency mode, not sure
|
||||||
# why), so try it. if we don't get a return code, process may be
|
# why), so try it. if we don't get a return code, process may be
|
||||||
# stuck waiting on network or something, so hit ctrl-c
|
# stuck waiting on network or something, so hit ctrl-c
|
||||||
unless (script_run "dnf -y install tar", 180) {
|
unless (script_run "dnf -y install tar", 300) {
|
||||||
unless (is_serial_terminal) {
|
unless (is_serial_terminal) {
|
||||||
send_key "ctrl-c";
|
send_key "ctrl-c";
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user