Skip to content

Commit

Permalink
Increase timeout for Time Query to 200 min
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 425422632
  • Loading branch information
raymond13513 authored and copybara-github committed Jan 31, 2022
1 parent 6d05496 commit 58879d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion perfkitbenchmarker/sql_engine_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def TimeQuery(self,
query,
database_name=database_name,
suppress_stdout=suppress_stdout,
timeout=60*30)
timeout=60*200)
end = timeit.default_timer()
run_time = str(end - start)
if error_:
Expand Down

0 comments on commit 58879d5

Please sign in to comment.