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

Commit 63678d9b authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Increase timeout for loading archives in tests." into arc-apps

parents a0115862 4665e63c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -116,7 +116,7 @@ public class ArchivesProviderTest extends AndroidTestCase {
            });
        }

        latch.await(3, TimeUnit.SECONDS);
        latch.await(30, TimeUnit.SECONDS);
        {
            final Cursor cursor = resolver.query(childrenUri, null, null, null, null, null);
            assertNotNull("Cursor must not be null. File not found?", cursor);
@@ -168,7 +168,7 @@ public class ArchivesProviderTest extends AndroidTestCase {
            });
        }

        latch.await(3, TimeUnit.SECONDS);
        latch.await(30, TimeUnit.SECONDS);
        {
            final Cursor cursor = resolver.query(childrenUri, null, null, null, null, null);
            assertNotNull("Cursor must not be null. File not found?", cursor);