aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/gcp/stress_test
diff options
context:
space:
mode:
authorGravatar thinkerou <thinkerou@gmail.com>2016-07-17 18:27:23 +0800
committerGravatar thinkerou <thinkerou@gmail.com>2016-07-17 18:27:23 +0800
commit6660c110dfc842314ba1ef063d8fcbe3f79dd180 (patch)
tree79050fb9c5463333c85b931e413e88ba7544ab2d /tools/gcp/stress_test
parentbbf2fcd29b4e768e8cbe264e7b017c8922730272 (diff)
fix spell error by pyflakes found
Diffstat (limited to 'tools/gcp/stress_test')
-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'])