This repository was archived by the owner on Sep 9, 2022. It is now read-only.

Description
I hope this is the correct place to open this.
ipfs/interop#57 adds interop tests for circuit reconnect but they appear to be failing:
1) circuit
go-go-go
reconnect:
Error: Timeout of 80000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/home/travis/build/ipfs/interop/test/node.js)
The test runs in js, but it's only used to orchestrate the three go-IPFS nodes via the HTTP API.
Has something in a recent release of go-libp2p-circuit changed?