mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-21 15:19:53 +01:00
Increase SetupActivity timeout in PromoVideoTest as the current one doesn't seem to be sufficient
This commit is contained in:
@@ -87,7 +87,7 @@ public class PromoVideoTest extends ScreenshotTest {
|
|||||||
|
|
||||||
// It takes a long time for SetupActivity to start after the splash,
|
// It takes a long time for SetupActivity to start after the splash,
|
||||||
// (because it is shown longer for videos), so increase timeout.
|
// (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,
|
// Note: We use waiting code only when not filming,
|
||||||
// to make the test reliable for CI. Otherwise, we used fixed
|
// to make the test reliable for CI. Otherwise, we used fixed
|
||||||
|
|||||||
Reference in New Issue
Block a user