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
{{ message }}
This repository was archived by the owner on Feb 12, 2024. It is now read-only.
The actual point of failing varies, but it looks as if it is due to timeouts, or processes that have not had time to start, before getting connected to. I think it would be fixed by increasing the test timeouts, and the delay before connecting to started jobs.
Rerunning the test usually works (which makes sense, as it becomes faster, due to files in cache).
Steps to reproduce the error:
npm run test and be (un-)lucky ;)
I don't plan to look into this right now, but if it annoys me enough, I might do it later, if nobody else does.
The text was updated successfully, but these errors were encountered:
The protocol is used to construct the request, and it's useful to
be able to check it has been set correctly, so we add it here to
he the util.getEndpointConfig() return value.
License: MIT
Signed-off-by: Oli Evans <[email protected]>
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Type:
chore
Severity:
medium
Description:
Tests fails randomly, both for pull requests (#933) on travis, i.e. https://travis-ci.org/ipfs/js-ipfs/builds/256931792, and when running tests during development.
The actual point of failing varies, but it looks as if it is due to timeouts, or processes that have not had time to start, before getting connected to. I think it would be fixed by increasing the test timeouts, and the delay before connecting to started jobs.
Rerunning the test usually works (which makes sense, as it becomes faster, due to files in cache).
Steps to reproduce the error:
npm run test
and be (un-)lucky ;)I don't plan to look into this right now, but if it annoys me enough, I might do it later, if nobody else does.
The text was updated successfully, but these errors were encountered: