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:
Joel Galenson
2021-04-06 09:36:47 -07:00
parent 57a9db7c48
commit a0d4c5e5a5

View File

@@ -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"