Skip to content
This repository has been archived by the owner on Dec 5, 2023. It is now read-only.

Commit

Permalink
Longer timeout, more users and requests
Browse files Browse the repository at this point in the history
  • Loading branch information
Vishal Lal committed Jan 5, 2017
1 parent 731c4a1 commit ccf96c0
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 @@ -13,7 +13,7 @@ script:
- curl -o docker-compose.yml -sSL https://raw.githubusercontent.com/microservices-demo/microservices-demo/master/deploy/docker-compose/docker-compose.yml
- docker-compose -f docker-compose.yml up -d
- docker build -t weaveworksdemos/load-test .
- docker run --rm --net loadtest_default -t weaveworksdemos/load-test -d 120 -h edge-router -c 50 -r 1000
- docker run --rm --net loadtest_default -t weaveworksdemos/load-test -d 180 -h edge-router -c 250 -r 2500

after_success:
- set -e;
Expand Down

0 comments on commit ccf96c0

Please sign in to comment.