Skip to content

Commit

Permalink
Add a timeout multipler for travis since it fails so often
Browse files Browse the repository at this point in the history
  • Loading branch information
armon committed Oct 28, 2013
1 parent c00cf5f commit c8fa46e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ before_install:
- popd
- scons bloomd test_libbloom_runner test_bloomd_runner
install: pip install pytest==2.3.4 --use-mirrors
script: ./test_libbloom_runner && ./test_bloomd_runner && py.test integ/
script: CK_TIMEOUT_MULTIPLIER=3 ./test_libbloom_runner && ./test_bloomd_runner && py.test integ/

0 comments on commit c8fa46e

Please sign in to comment.