Skip to content

Commit

Permalink
refactor(test): fetcher
Browse files Browse the repository at this point in the history
  • Loading branch information
ftoromanoff committed May 21, 2024
1 parent a2e5fa1 commit 3dbdd68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/fetcher.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ describe('Fetcher', function () {
done();
})
.catch(done);
}).timeout(8000);
}).timeout(10000);
});

describe('multiple', function () {
Expand Down

0 comments on commit 3dbdd68

Please sign in to comment.