1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-11-21 13:33:08 +00:00

Calculator: delay before snapshotting

In some tests on staging this seems to help with the 'clicks
don't work in later test steps' problem we're seeing a lot.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2024-01-03 15:12:44 -08:00
parent 32a7798037
commit 6e95581865

View File

@ -12,6 +12,8 @@ sub run {
# Run the application
menu_launch_type("Calculator");
assert_screen("apps_run_calculator");
# wait for system to settle before snapshotting
sleep 10;
}
sub test_flags {