Skip to content

Commit

Permalink
Raise test timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
pyamada-atlassian committed May 29, 2024
1 parent ca67049 commit 362d1b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/since.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ describe('since', () => {

describe('files', () => {
it('should emit when a file is created', async function () {
this.timeout(5000);
this.timeout(10000);
let f = getFilename();
await watcher.writeSnapshot(tmpDir, snapshotPath, {backend});
if (isSecondPrecision) {
Expand Down

0 comments on commit 362d1b3

Please sign in to comment.