Ken Chen | c8c961e | 2018-12-12 17:27:03 +0800 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <!-- Copyright (C) 2017 The Android Open Source Project |
| 3 | |
| 4 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | you may not use this file except in compliance with the License. |
| 6 | You may obtain a copy of the License at |
| 7 | |
| 8 | http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | |
| 10 | Unless required by applicable law or agreed to in writing, software |
| 11 | distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | See the License for the specific language governing permissions and |
| 14 | limitations under the License. |
| 15 | --> |
| 16 | <!-- This test config file is auto-generated. --> |
| 17 | <configuration description="Config for resolv_integration_test."> |
| 18 | <option name="test-suite-tag" value="apct" /> |
| 19 | <option name="test-suite-tag" value="apct-native" /> |
| 20 | <target_preparer class="com.android.tradefed.targetprep.PushFilePreparer"> |
| 21 | <option name="cleanup" value="true" /> |
| 22 | <option name="push" value="resolv_integration_test->/data/local/tmp/resolv_integration_test" /> |
| 23 | </target_preparer> |
| 24 | |
| 25 | <test class="com.android.tradefed.testtype.GTest" > |
| 26 | <option name="native-test-device-path" value="/data/local/tmp" /> |
| 27 | <option name="module-name" value="resolv_integration_test" /> |
| 28 | <!-- |
| 29 | On 2018-12-12, GetAddrInfoStressTest_Binder_100 suddenly jumped |
| 30 | from ~1xs to ~70s runtime in APCT continuous integration, causing |
| 31 | resolv_integration_test to flake with the default 60s timeout. |
| 32 | We're not sure what caused the regression, but it's not due to a change |
| 33 | in the Android image and unlikely to affect users. |
| 34 | Just bump the timeout to 120s for now. |
| 35 | --> |
| 36 | <option name="native-test-timeout" value="120000" /> |
| 37 | </test> |
| 38 | </configuration> |