Commit bd744c5e by Feanil Patel

Make travis wait longer so we can actually run all the tests.

parent cbce22ef
......@@ -31,4 +31,6 @@ env:
script:
- docker --version
- make --version
- travis_wait 50 make --keep-going $MAKE_TARGET SHARD=$SHARD SHARDS=$SHARDS
- set -x
# TODO: move this back down to 50 once we are on ansible 2.x
- travis_wait 90 make --keep-going $MAKE_TARGET SHARD=$SHARD SHARDS=$SHARDS
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment