aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/jobset.py
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-09-28 13:37:35 -0700
committerGravatar Craig Tiller <ctiller@google.com>2015-09-28 13:37:35 -0700
commit6b870e29840dfea9a69300998a660721a31e41c8 (patch)
treedfee43c7bc7a68e64e8175a82de47af641e6b237 /tools/run_tests/jobset.py
parent3dc1e4f909abc98a59ab1df091b5d656b3e7bcc2 (diff)
parentbdd89ca16ceac3f691eeecce6be81e604b2a84d5 (diff)
Merge github.com:grpc/grpc into flaky-timeouts
Diffstat (limited to 'tools/run_tests/jobset.py')
-rwxr-xr-xtools/run_tests/jobset.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/run_tests/jobset.py b/tools/run_tests/jobset.py
index f6fdc80595..068deb0b17 100755
--- a/tools/run_tests/jobset.py
+++ b/tools/run_tests/jobset.py
@@ -134,7 +134,7 @@ class JobSpec(object):
"""Specifies what to run for a job."""
def __init__(self, cmdline, shortname=None, environ=None, hash_targets=None,
- cwd=None, shell=False, timeout_seconds=5*60, flake_retries=5):
+ cwd=None, shell=False, timeout_seconds=5*60, flake_retries=0):
"""
Arguments:
cmdline: a list of arguments to pass as the command line