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

Commit e7f1592c authored by Tomasz Mikolajewski's avatar Tomasz Mikolajewski Committed by android-build-merger
Browse files

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

am: 63678d9b

Change-Id: Ic797710a7819a874053892070c3d90147176d76a
parents ef26a380 63678d9b
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);