Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7aeb28be authored by Hall Liu's avatar Hall Liu
Browse files

Fix flaky AsyncBlockCheckFilterTest

Test timeout was set too low. waitForHandlerAction impractical here
because it's using an AsyncTask.

Change-Id: I9055465baf524032258f0cafa2a3b851aa198b20
Fixes: 119066730
Test: test fix
parent 8c21679b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -74,7 +74,7 @@ public class AsyncBlockCheckFilterTest extends TelecomTestCase {
    );

    private static final Uri TEST_HANDLE = Uri.parse("tel:1235551234");
    private static final int TEST_TIMEOUT = 100;
    private static final int TEST_TIMEOUT = 1000;

    @Override
    @Before