diff options
author | Craig Tiller <ctiller@google.com> | 2016-07-13 15:06:00 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2016-07-13 15:06:00 -0700 |
commit | 8da7b1f779b36394008aad5ef40f49b03ce79c7b (patch) | |
tree | 6e485ef4d466fe7a1f4a07c3a25fa9de88f8471c /test/cpp | |
parent | ad1bd4602856e57c49f6f539456903dfdd021631 (diff) |
Fix some failures
Diffstat (limited to 'test/cpp')
-rwxr-xr-x | test/cpp/qps/gen_build_yaml.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cpp/qps/gen_build_yaml.py b/test/cpp/qps/gen_build_yaml.py index 140af478bf..4ff4e44b8b 100755 --- a/test/cpp/qps/gen_build_yaml.py +++ b/test/cpp/qps/gen_build_yaml.py @@ -82,7 +82,7 @@ print yaml.dump({ 'defaults': 'boringssl', 'cpu_cost': guess_cpu(scenario_json), 'exclude_configs': [], - 'timeout_seconds': 15 + 'timeout_seconds': 3*60 } for scenario_json in scenario_config.CXXLanguage().scenarios() ] |