metarhia/jstp

Sometimes CI fails on flaky test

tshemsedinov opened this issue · 1 comments

But it finished with success after restart
FYI: @nechaido @belochub

not ok 8 - test/node/connection-emit-actions.js # time=20622.999ms
  ---
  timeout: 240000
  file: test/node/connection-emit-actions.js
  command: /home/travis/.nvm/versions/node/v8.9.4/bin/node
  args:
    - test/node/connection-emit-actions.js
  stdio:
    - 0
    - pipe
    - 2
  cwd: /home/travis/build/metarhia/jstp
  exitCode: 1

Timeout has nothing to do with this test fail, time=20622.999ms is less than timeout: 240000.
This was because the test didn't ignore ping\pong messages. This had been already fixed in #326 and was landed in b4bf4f4.