Add Ring test timeout.
This test looks like it basically never passed without this. Test: Run cargo2android.py and see timeout. Change-Id: Ic7ef5576efb84d78130dd45db67e50ebe41f6d9a
This commit is contained in:
@@ -20,7 +20,10 @@ import platform
|
||||
import subprocess
|
||||
import sys
|
||||
|
||||
test_options = {"ring_device_test_tests_digest_tests": [{"test-timeout": "600000"}]}
|
||||
test_options = {
|
||||
"ring_device_test_tests_digest_tests": [{"test-timeout": "600000"}],
|
||||
"ring_device_test_src_lib": [{"test-timeout": "100000"}],
|
||||
}
|
||||
test_exclude = [
|
||||
"aidl_test_rust_client",
|
||||
"aidl_test_rust_service"
|
||||
|
||||
Reference in New Issue
Block a user