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
One of the pubsub tests intermittently fails with timeout issues, we need to correct this. Here is the log of the failing test:
Pubsub subsystem operates correctly
pubsub with intermittent connections
should handle quick reconnects with a delayed disconnect:
Error: Timeout of 5000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/home/travis/build/libp2p/js-libp2p/test/pubsub/operation.node.js)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
The text was updated successfully, but these errors were encountered:
@jacobheun can you replicate this locally?
I have never seen that test failing and I just tried it out locally several times running only the pubsub tests
One of the pubsub tests intermittently fails with timeout issues, we need to correct this. Here is the log of the failing test:
The text was updated successfully, but these errors were encountered: