Skip to content

Commit

Permalink
increase timeout for java build when starting test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
eliasdorneles committed Mar 6, 2017
1 parent be29e19 commit 7ac6834
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def remove_output_dir():
)

try:
out, err = proc.communicate(timeout=15)
out, err = proc.communicate(timeout=30)
except subprocess.TimeoutExpired:
proc.kill()
out, err = proc.communicate()
Expand Down

0 comments on commit 7ac6834

Please sign in to comment.