desktop_browser: wait out animations a bit longer when launching

Hoping this helps aarch64 be more reliable.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2020-11-12 09:47:06 -08:00
parent a5c0f7ffbb
commit a30c01ea9a
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ sub run {
check_desktop;
send_key 'alt-f1';
# wait out animations
wait_still_screen(stilltime=>2, similarity_level=>45);
wait_still_screen(stilltime=>4, similarity_level=>45);
assert_and_click 'browser_launcher';
assert_screen 'browser', 45;
# firefox is quite grindy on startup, let it settle