Merge "Use a longer test timeout in integration test" am: 565f1a95bd am: e7da14afc4 am: 660a2c9642
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1650287 Change-Id: Ie457ecaa93f96d221f75d4eb59d44bc7857c67fb
This commit is contained in:
@@ -73,7 +73,7 @@ import kotlin.test.assertTrue
|
||||
import kotlin.test.fail
|
||||
|
||||
const val SERVICE_BIND_TIMEOUT_MS = 5_000L
|
||||
const val TEST_TIMEOUT_MS = 1_000L
|
||||
const val TEST_TIMEOUT_MS = 10_000L
|
||||
|
||||
/**
|
||||
* Test that exercises an instrumented version of ConnectivityService against an instrumented
|
||||
|
||||
Reference in New Issue
Block a user