Skip to content

Commit 9557508

Browse files
author
Sebastian Thiel
committed
fix(travis): increase ulimit
Now that performance tests are run, it appears we run into one particular failure on travis, possibly indicating a bug in python 3.3. Just bluntly increason the amount of handles might silence it... . Related to #524
1 parent e118818 commit 9557508

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ install:
2929
- cat git/test/fixtures/.gitconfig >> ~/.gitconfig
3030
script:
3131
# Make sure we limit open handles to see if we are leaking them
32-
- ulimit -n 110
32+
- ulimit -n 128
3333
- ulimit -n
3434
- nosetests -v --with-coverage
3535
- if [ "$TRAVIS_PYTHON_VERSION" == '3.4' ]; then flake8; fi

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy