js-waku icon indicating copy to clipboard operation
js-waku copied to clipboard

fix(tests): remove delays between dials

Open danisharora099 opened this issue 3 months ago • 2 comments

This is a bug report

Problem

nwaku<>js-waku interop saw flakiness when we dial two nwaku nodes, from js-waku, one after the other -- the connections seems to be dropping.

adding a small delay of 500ms between the two dials seems to have fixed it -- https://github.com/waku-org/js-waku/pull/1973/files

Proposed Solutions

  1. Investigate why the delays needed to be add
  2. Remove the delays

danisharora099 avatar Apr 25 '24 07:04 danisharora099