mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-21 13:33:08 +00:00
Wait longer for Zezere provision request to go through
30 seconds doesn't seem to be reliable enough. Let's try 60, if that's not enough I'll try and think of something smarter. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
a0d4c2fc65
commit
755ac778cc
@ -43,7 +43,7 @@ sub run {
|
||||
# exit
|
||||
quit_firefox;
|
||||
# wait for the provision request to go through
|
||||
sleep 30;
|
||||
sleep 60;
|
||||
# ssh into iot host and create key file
|
||||
assert_script_run 'ssh -o StrictHostKeyChecking=no root@172.16.2.119 touch /tmp/zezerekeyfile';
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user