mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-12-22 02:13:08 +00:00
g-t-e: extend sleep in one test, add in another
aarch64 looks like it often needs more time to settle after restoring from snapshot before trying a key combo. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
66f4ad296a
commit
f67bcef9f7
@ -11,7 +11,7 @@ sub run {
|
||||
my $self = shift;
|
||||
|
||||
# First we will use key combo to open the new document window.
|
||||
sleep 2;
|
||||
sleep 5;
|
||||
send_key("ctrl-t");
|
||||
assert_screen "gte_new_document_opened";
|
||||
|
||||
|
@ -7,7 +7,9 @@ use utils;
|
||||
|
||||
sub run {
|
||||
my $self = shift;
|
||||
|
||||
# wait for snapshot restore to settle
|
||||
sleep 5;
|
||||
|
||||
# Open Shortcuts.
|
||||
send_key("ctrl-?");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user