From 5a3a12767ce003933f860d6062341bc5fdb39273 Mon Sep 17 00:00:00 2001 From: Torsten Grote Date: Thu, 15 Apr 2021 15:39:32 -0300 Subject: [PATCH] Increase SetupActivity timeout in PromoVideoTest as the current one doesn't seem to be sufficient --- .../java/org/briarproject/briar/android/PromoVideoTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/briar-android/src/androidTestScreenshot/java/org/briarproject/briar/android/PromoVideoTest.java b/briar-android/src/androidTestScreenshot/java/org/briarproject/briar/android/PromoVideoTest.java index 7e9d6f430..6b808c5d1 100644 --- a/briar-android/src/androidTestScreenshot/java/org/briarproject/briar/android/PromoVideoTest.java +++ b/briar-android/src/androidTestScreenshot/java/org/briarproject/briar/android/PromoVideoTest.java @@ -87,7 +87,7 @@ public class PromoVideoTest extends ScreenshotTest { // It takes a long time for SetupActivity to start after the splash, // (because it is shown longer for videos), so increase timeout. - if (!isFilming) waitFor(SetupActivity.class, 20_000); + if (!isFilming) waitFor(SetupActivity.class, 30_000); // Note: We use waiting code only when not filming, // to make the test reliable for CI. Otherwise, we used fixed