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

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

Merge "Increase parsing comparison test timeouts"

parents 8f9b27f1 39779eb3
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -23,6 +23,8 @@ import com.google.common.truth.Expect

import org.junit.Rule
import org.junit.Test
import org.junit.rules.Timeout
import java.util.concurrent.TimeUnit

/**
 * Collects APKs from the device and verifies that the new parsing behavior outputs
@@ -31,6 +33,9 @@ import org.junit.Test
@Presubmit
class AndroidPackageParsingEquivalenceTest : AndroidPackageParsingTestBase() {

    @get:Rule
    val timeout = Timeout(4, TimeUnit.MINUTES)

    @get:Rule
    val expect = Expect.create()