Hi
I have pushed a PR for some components, but my Travis CI build keeps failing on py36-dev
I seem to get a timeout error…
How do I make this build successful for this PR?
Error in Travis buid:
__________ RunCoroutineThreadsafeTests.test_run_coroutine_threadsafe ___________
/opt/python/3.6-dev/lib/python3.6/asyncio/test_utils.py:471: in tearDown
support.threading_cleanup(*self._thread_cleanup)
/opt/python/3.6-dev/lib/python3.6/test/support/__init__.py:2030: in threading_cleanup
gc_collect()
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
def gc_collect():
"""Force as many objects as possible to be collected.
In non-CPython implementations of Python, this is needed because timely
deallocation is not guaranteed by the garbage collector. (Even in CPython
this can be the case in case of reference cycles.) This means that __del__
methods may be called later than expected and weakrefs may remain alive for
longer than expected. This function tries its best to force all garbage
objects to disappear.
"""
> gc.collect()
E Failed: Timeout >30.0s