Skip to content

Commit

Permalink
Update timeouts for colossus
Browse files Browse the repository at this point in the history
  • Loading branch information
natanieljr committed Apr 15, 2020
1 parent 321229d commit 02a1c8e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ import org.junit.runner.RunWith
class StartDMTest {
companion object {
private val TAG = StartDMTest::class.java.simpleName
private const val DELAY = 2000L
private const val TIMEOUT = 10000L
private const val DELAY = 5000L
private const val TIMEOUT = 45000L
}

private val instrumentation by lazy { InstrumentationRegistry.getInstrumentation() }
Expand Down

0 comments on commit 02a1c8e

Please sign in to comment.