filerjs / filer

Node-like file system for browsers
BSD 2-Clause "Simplified" License
617 stars 154 forks source link

increase test timeout to 10 seconds from 5 seconds #742

Closed oleksii-polovyi closed 5 years ago

oleksii-polovyi commented 5 years ago

Increased test timeout to 10 seconds from 5 seconds due to exceeded timeouts on the Firefox tests as suggested by @humphd.

fs.watch
× "before each" hook: p for "should get a change event when writing a file beneath root dir with recursive=true"
  Firefox 65.0.0 (Windows 10.0.0)
Timeout of 5000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves.

× "after each" hook: h for "should get a change event when writing a file beneath root dir with recursive=true"
  Firefox 65.0.0 (Windows 10.0.0)
Timeout of 5000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves.
codecov-io commented 5 years ago

Codecov Report

Merging #742 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           master    #742   +/-   ##
======================================
  Coverage    86.6%   86.6%           
======================================
  Files          16      16           
  Lines        1739    1739           
======================================
  Hits         1506    1506           
  Misses        233     233

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 3d10d64...078fc5d. Read the comment docs.