You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Something potentially gnarly, but likely out of the scope of this PR... I ran ea536f3's build twice (this one), and it passed the first time but failed on the two "download" tests (test_download and test_get_download_normalization_process_handler) when run again.
Since these failures were both caused by AssertionError: Async operation timed out after 10 seconds, it seems like this is an intermittent error due to network problems (???). Not sure how best to handle this, but as a brute-force solution using travis_retry with the python tests might work.
You're right, this has been a recurrent problem I've noticed in the past couple weeks. I think there are a couple things we can do to try to reduce this.
in labcontrol/__init__.py or something like that, then this can be incremented (akin to the build_number parameter in conda-forge builds) to have some arbitrary parameter to change to restart the CI build.
You're right, this has been a recurrent problem I've noticed in the past couple weeks. I think there are a couple things we can do to try to reduce this.
timeout
limit in the line below:LabControl/labcontrol/gui/testing.py
Line 71 in 1427ad1
Originally posted by @gwarmstrong in #585 (comment)
The text was updated successfully, but these errors were encountered: