nfischer / n_shell

A NodeJS REPL with ShellJS loaded by default
https://www.npmjs.com/package/n_shell
MIT License
8 stars 1 forks source link

test: increase test timeout to 5000ms #14

Closed nfischer closed 2 years ago

nfischer commented 2 years ago

This increases the test timeout from 2000ms (default) to 5000ms. Some of the tests appear to be timing out on CI, ex. https://github.com/nfischer/n_shell/runs/5267498451?check_suite_focus=true

Follow up to help resolve issue #3.

codecov-commenter commented 2 years ago

Codecov Report

Merging #14 (de13d9e) into main (bec7739) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #14   +/-   ##
=======================================
  Coverage   87.50%   87.50%           
=======================================
  Files           1        1           
  Lines          56       56           
=======================================
  Hits           49       49           
  Misses          7        7           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update bec7739...de13d9e. Read the comment docs.