Skip to content

Commit

Permalink
Try running with 4 workers (#4687)
Browse files Browse the repository at this point in the history
  • Loading branch information
pradyunsg authored and dstufft committed Aug 31, 2017
1 parent a2bf077 commit c87ea28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ if [[ $TOXENV == py* ]]; then
# Run unit tests
tox -- -m unit
# Run integration tests
tox -- -m integration -n 8 --duration=5
tox -- -m integration -n 4 --duration=5
else
# Run once
tox
Expand Down

0 comments on commit c87ea28

Please sign in to comment.