From 755ac778cc80c1cae2f5eef3aea19a885133f2ab Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Fri, 7 Aug 2020 16:25:07 -0700 Subject: [PATCH] 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 --- tests/_iot_zezere_remote.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/_iot_zezere_remote.pm b/tests/_iot_zezere_remote.pm index 9f9ab235..5b0da0be 100644 --- a/tests/_iot_zezere_remote.pm +++ b/tests/_iot_zezere_remote.pm @@ -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'; }