From e89de5fffbdbdb5996bd53b8d156e69b637ad440 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Wed, 7 Oct 2020 15:21:17 -0700 Subject: [PATCH] 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 --- lib/anaconda.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/anaconda.pm b/lib/anaconda.pm index 1e9f2eb5..4d9b3749 100644 --- a/lib/anaconda.pm +++ b/lib/anaconda.pm @@ -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"; } }