aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/gcp
diff options
context:
space:
mode:
authorGravatar Mark D. Roth <roth@google.com>2016-07-21 11:17:50 -0700
committerGravatar Mark D. Roth <roth@google.com>2016-07-21 11:17:50 -0700
commitdaf626c3bba0266a090661530f264d5b6870b2a3 (patch)
tree7705f7d0ecf2241a2124730a0c63cdde9e3055bb /tools/gcp
parent8d1d2ee1d771d70d24932c552bccfe1bd7d51066 (diff)
parent898d84d309ede54c19c29e18a3d78546b3168323 (diff)
Merge branch 'filter_call_init_failure' into filter_api
Diffstat (limited to 'tools/gcp')
-rwxr-xr-xtools/gcp/stress_test/stress_test_utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gcp/stress_test/stress_test_utils.py b/tools/gcp/stress_test/stress_test_utils.py
index b821fc8fcc..be50af3184 100755
--- a/tools/gcp/stress_test/stress_test_utils.py
+++ b/tools/gcp/stress_test/stress_test_utils.py
@@ -121,7 +121,7 @@ class BigQueryHelper:
if not page['jobComplete']:
print('TIMEOUT ERROR: The query %s timed out. Current timeout value is'
' %d msec. Returning False (i.e assuming there are no failures)'
- ) % (query, timeoout_msec)
+ ) % (query, timeout_msec)
return False
num_failures = int(page['totalRows'])