Increase from 120 to 180s delay for rescue_select

required at least for install_repository_hd_variation
test that failed systematically for ppc64le since a while
https://openqa.stg.fedoraproject.org/tests/980357#step/preinstall_iso_in_hd/17
https://openqa.stg.fedoraproject.org/tests/980357#next_previous

Signed-off-by: Michel Normand <normand@linux.vnet.ibm.com>
This commit is contained in:
Michel Normand 2020-12-16 04:18:51 +01:00
parent 1f757325a6
commit 05cf6f03bc
1 changed files with 1 additions and 1 deletions

View File

@ -1071,7 +1071,7 @@ sub select_rescue_mode {
}
}
assert_screen "rescue_select", 120; # it takes time to start anaconda
assert_screen "rescue_select", 180; # it takes time to start anaconda
}
sub copy_devcdrom_as_isofile {