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:
parent
19b4fecf08
commit
d0554b8068
@ -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',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user