Skip to content

Commit

Permalink
fix extra long timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
m5r committed Nov 15, 2023
1 parent 3f280f0 commit 9739f06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/fn/upload-custom-translations.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const uploadCustomTranslations = require('../../src/fn/upload-custom-translation
const { getTranslationDoc, expectTranslationDocs } = require('./utils');

describe('upload-custom-translations', function () {
this.timeout(45000 * 4);
this.timeout(45000);

const testProjectDir = './data/upload-custom-translations/';
let mockTestDir;
Expand Down

0 comments on commit 9739f06

Please sign in to comment.