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:
Adam Williamson 2022-07-15 11:15:52 -07:00
parent 66f4ad296a
commit f67bcef9f7
2 changed files with 4 additions and 2 deletions

View File

@ -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";

View File

@ -7,7 +7,9 @@ use utils;
sub run {
my $self = shift;
# wait for snapshot restore to settle
sleep 5;
# Open Shortcuts.
send_key("ctrl-?");