Bump a timeout a bit for aarch64

Seems like 10 seconds here isn't always long enough for aarch64,
so bump it.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2020-10-07 15:21:17 -07:00
parent 200cab3899
commit e89de5fffb
1 changed files with 1 additions and 1 deletions

View File

@ -169,7 +169,7 @@ sub custom_blivet_add_partition {
wait_still_screen 3;
assert_and_click "anaconda_blivet_btn_ok";
# select "free space" in blivet-gui if it exists, so we could run this function again to add another partition
if (check_screen("anaconda_blivet_free_space", 10)) {
if (check_screen("anaconda_blivet_free_space", 15)) {
assert_and_click "anaconda_blivet_free_space";
}
}