Use a longer test timeout in integration test
One second to start the test NetworkStack service and obtain a NetworkMonitor is too tight. Change-Id: I3ac600276b6248c70c6239b0c9531913dc44096e Test: atest ConnectivityServiceIntegrationTest
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