Set --shard-timeout in wrapper scripts for apk tests

This will allow us to remove this flag from the "how to run the tests"
instructions, and also the bot recipes.

BUG=599919
NOTRY=True

Review URL: https://codereview.webrtc.org/1880563002

Cr-Commit-Position: refs/heads/master@{#12332}
This commit is contained in:
agrieve 2016-04-12 09:45:00 -07:00 committed by Commit bot
parent 19b4fecf08
commit d0554b8068

View File

@ -17,6 +17,9 @@
'includes': [
'common.gypi',
],
'variables': {
'shard_timeout': 900,
},
'targets': [
{
'target_name': 'audio_decoder_unittests_apk',
@ -207,6 +210,7 @@
'test_suite_name': 'webrtc_perf_tests',
'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)webrtc_perf_tests<(SHARED_LIB_SUFFIX)',
'isolate_file': 'webrtc/webrtc_perf_tests.isolate',
'shard_timeout': 2700,
},
'dependencies': [
'<(webrtc_root)/webrtc.gyp:webrtc_perf_tests',