Skip to content

Commit

Permalink
Increase time limit for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dbabokin committed Nov 4, 2017
1 parent 480ecbb commit a43008c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions run_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ def target():
thread.join()
return (self.process.returncode, self.output, timeout_fail)

# 120 is enough even for longest test under sde.
def run_command(cmd, timeout=120):
# 240 is enough even for longest test under sde.
def run_command(cmd, timeout=240):
if options.verbose:
print_debug("Running: %s\n" % cmd, s, run_tests_log)

Expand Down

0 comments on commit a43008c

Please sign in to comment.