-
Notifications
You must be signed in to change notification settings - Fork 300
Run Travis tests in serial #2751
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Closes #2752 |
829dfdc to
78587bc
Compare
53d637f to
8d93c6b
Compare
|
@ajdawson If you look at the travis output for the python 2.7 job you can see that running it in serial completed without a problem in just under 15 mins |
8130e5c to
a4ad2a5
Compare
|
What a relief !!! |
|
There may be a happy medium somewhere. I've also never seen timeouts locally, but I've never used more than 8 cores for testing. I think Travis nodes present 64 cores which our tests will use. How do things look on 4 cores say? |
|
@djkirkham can you make an issue to remind us to revert this to ensure it is only temporary? |
|
I tested it with different numbers of processors and got the following results (note that I only ran each test once so the timings won't be that reliable):
I could do more testing but I think setting 8 processors might be our best bet |
Fix to get the tests passing while we investigate why there are now so many time-outs.