Skip to content
Snippets Groups Projects
Commit 03a722c9 authored by Nicolas Noble's avatar Nicolas Noble
Browse files

Merge pull request #3187 from ctiller/another-one-bites-the-dust

Give interop tests more time to build
parents c6e98eab 03a463a9
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,9 @@ argp.add_argument('-l', '--language',
args = argp.parse_args()
# build job
build_job = jobset.JobSpec(cmdline=['tools/run_tests/run_interops_build.sh', '%s' % args.language], shortname='build')
build_job = jobset.JobSpec(cmdline=['tools/run_tests/run_interops_build.sh', '%s' % args.language],
shortname='build',
timeout_seconds=30*60)
# test jobs, each test is a separate job to run in parallel
_TESTS = ['large_unary', 'empty_unary', 'ping_pong', 'client_streaming', 'server_streaming']
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment