Increase SetupActivity timeout in PromoVideoTest as the current one doesn't seem to be sufficient

This commit is contained in:
Torsten Grote
2021-04-15 15:39:32 -03:00
parent 2f86bc312c
commit 5a3a12767c

View File

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