Skip to content

Commit

Permalink
try to fix failing GA
Browse files Browse the repository at this point in the history
  • Loading branch information
pofider committed Mar 3, 2022
1 parent 89f400e commit 77cf115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/jsreport-fs-store/test/test.js
Expand Up @@ -396,7 +396,7 @@ describe('provider', () => {
fs.writeFileSync(path.join(tmpData, 'a.ff'), 'changing')
fs.writeFileSync(path.join(tmpData, 'b.ff'), 'changing')
fs.writeFileSync(path.join(tmpData, 'c.ff'), 'changing')
await new Promise(resolve => setTimeout(resolve, 1000))
await new Promise(resolve => setTimeout(resolve, 1500))
reloadCount.should.be.eql(1)
})

Expand Down

0 comments on commit 77cf115

Please sign in to comment.