aitjcize / PyTox

Python binding for Project-Tox the skype replacement.
GNU General Public License v3.0
96 stars 29 forks source link

Fixed travis build timeout #21

Closed aviau closed 10 years ago

aviau commented 10 years ago

https://travis-ci.org/aitjcize/PyTox/builds/35813665 has timed out.

This should fix it.

aviau commented 10 years ago

@aitjcize Yeah wait for it

aviau commented 10 years ago

@aitjcize awh =(

Doubling the timeout wasn't enough.

aitjcize commented 10 years ago

I think the problem is that travis uses docker to run the tests. Running four tests at the same time interfere with each other. Maybe we can add a random 'sleep' to fix that?

aviau commented 10 years ago

@aitjcize Oh. So you think they all run on the same machine and do interfering hardware calls?

aitjcize commented 10 years ago

It turned out that the problem is related to the sleep interval of the test. Fixed in the latest commit.