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 Mar 10, 2020. It is now read-only.
chore: add tests timeouts as they were previously (#564)
* chore: add tests timeouts as they were previously
* chore: code review changes
* chore: downgrade peer-id dep
* fix: promisify callback method
* fix: use proper promisify export
* chore: control peer id/info versions
* chore: increase timeout for bitswap tests
* fix: remove .only
* fix: swap arrow for function
* fix: remove the setup of extra nodes
We previously set this node up and attempted to dial it without a
relay node being present which failed and we accidentally-on-purpose
ignored the error by resolving a promise with an error instead of
rejecting it.
The test does not assert anything to do with the other node, and the
`allowOffline` option should allow us to publish IPNS names without
having any peers so the other node is redundant and can be removed.
* fix: increase timeout for want list wait
* fix: simpler wait for want list
* fix: await delay
* chore: guard on list.Keys being set
* fix: start the other node for go-ipfs only
0 commit comments