Closed desilinguist closed 6 years ago
Hmm, it looks like my changes might be working and it looks like it's just an issue of waiting for longer for the tests to pass. I have increased the travis_wait
time to be 30 minutes. Let's see.
Looks like the builds pass now by setting travis_wait
for 45 minutes. However, previously the tests were verbose - printing out things like "job has been submitted" etc. - but that's no longer the case. So, I am not sure whether something strange is going on.
I am trying to get the travis plan to pass but I am not having much luck. Here's what I have fixed so fa in the
fix-travis-ci
branch:travis_wait
to the nosetests command since I am not sure whether the command takes a long time or whether things are just hanging.Any help would be greatly appreciated.