Extend the waiting time for emulated platforms lamprey 12.1.0 12.1.1 12.1.10 12.1.11 12.1.12 12.1.13 12.1.14 12.1.15 12.1.16 12.1.17 12.1.18 12.1.19 12.1.2 12.1.20 12.1.3 12.1.4 12.1.5 12.1.6 12.1.7 12.1.8 12.1.9 lamprey/12.1.0 lamprey/12.1.1 lamprey/12.1.10 lamprey/12.1.11 lamprey/12.1.12 lamprey/12.1.13 lamprey/12.1.14 lamprey/12.1.15 lamprey/12.1.16 lamprey/12.1.17 lamprey/12.1.18 lamprey/12.1.19 lamprey/12.1.2 lamprey/12.1.20 lamprey/12.1.3 lamprey/12.1.4 lamprey/12.1.5 lamprey/12.1.6 lamprey/12.1.7 lamprey/12.1.8 lamprey/12.1.9 lamprey_12.1.0 lamprey_12.1.1 lamprey_12.1.10 lamprey_12.1.11 lamprey_12.1.12 lamprey_12.1.13 lamprey_12.1.14 lamprey_12.1.15 lamprey_12.1.16 lamprey_12.1.17 lamprey_12.1.18 lamprey_12.1.19 lamprey_12.1.2 lamprey_12.1.20 lamprey_12.1.3 lamprey_12.1.4 lamprey_12.1.5 lamprey_12.1.6 lamprey_12.1.7 lamprey_12.1.8 lamprey_12.1.9
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>
Wed, 15 Sep 2021 12:09:13 +0000 (14:09 +0200)
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>
Wed, 15 Sep 2021 12:09:13 +0000 (14:09 +0200)
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Change-Id: I3d8cf2dd5227edabf8dc39eb50f5fa0560a5d221

common/scripts/agl-screenshot-test.sh

index 8005e5f..d1261ba 100755 (executable)
@@ -35,11 +35,19 @@ if ! grep -q 'Usable area:' /run/platform/display/compositor.log ; then
        sleep 60
 fi
 if ! grep -q 'Usable area:' /run/platform/display/compositor.log ; then
-# e.g. qemu-system-arm takes loooong
+        # e.g. qemu-system-arm takes loooong
         echo "Waiting for compositor to initialize (+120sec)."
-       sleep 120
+        sleep 120
+fi
+
+# some take veeeeery long
+if ! grep -q 'Usable area:' /run/platform/display/compositor.log ; then
+        # e.g. qemu-system-arm takes veeery loooong
+        echo "Waiting for compositor to initialize (+240sec)."
+        sleep 240
 fi
 
+# giving up now
 if ! grep -q 'Usable area:' /run/platform/display/compositor.log ; then
        echo "Marker ('Usable area:') not found. Dumping log."
        echo "##################################"