aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-09-28 14:40:21 -0700
committerGravatar Craig Tiller <ctiller@google.com>2015-09-28 14:40:21 -0700
commitbfc8a06a7b37cf8368938b853cd51296ed4add37 (patch)
tree74fa4ed2a00bc5f935878c6fd712ab0007857aa6 /tools
parent95cc07b1691f5b076a280a6cd4d2299d8c164e73 (diff)
Fix typo
Diffstat (limited to 'tools')
-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 e62ed60c9f..b9ec020f9e 100755
--- a/tools/run_tests/jobset.py
+++ b/tools/run_tests/jobset.py
@@ -155,7 +155,7 @@ class JobSpec(object):
self.shell = shell
self.timeout_seconds = timeout_seconds
self.flake_retries = flake_retries
- self.timeout_retries = 0
+ self.timeout_retries = timeout_retries
def identity(self):
return '%r %r %r' % (self.cmdline, self.environ, self.hash_targets)