Skip to content

Commit

Permalink
increase compile.zinc integration test timeout
Browse files Browse the repository at this point in the history
This target is consistently hitting the 60-second default timeout on my and Peiyu's laptops (I also tried rebooting).
We're getting 130-180 seconds when running with --no-test-pytest-timeouts.

Testing Done:
ran tests locally, didn't time out

https://travis-ci.org/pantsbuild/pants/builds/112191835

Bugs closed: 2976

Reviewed at https://rbcommons.com/s/twitter/r/3507/
  • Loading branch information
landism authored and stuhood committed Feb 29, 2016
1 parent efbc1ce commit 0bfd845
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ python_tests(
dependencies=[
'tests/python/pants_test/backend/jvm/tasks/jvm_compile:base_compile_integration_test',
],
timeout = 300,
tags = {'integration'},
)

0 comments on commit 0bfd845

Please sign in to comment.