From 5fdf0041cf112d44e3363c4b66744700b48deb01 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Wed, 11 Mar 2020 17:43:23 -0700 Subject: [PATCH] Bump another blivet timeout Seems 5 seconds isn't long enough to wait here on aarch64, the previous dialog hasn't always cleared by then. See e.g. https://openqa.stg.fedoraproject.org/tests/753802 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 aa89e9c5..f50e744b 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", 5)) { + if (check_screen("anaconda_blivet_free_space", 10)) { assert_and_click "anaconda_blivet_free_space"; } }