Skip to content

Commit

Permalink
add timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
Etienne Laurent committed Oct 24, 2024
1 parent 9caff0b commit 6c0e096
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/overrideDuplicates.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ const {
} = require('./util');

describe('#overrideDuplicates - overriding locales integration tests', function() {
this.timeout(t.timeout);

let req;
let input;
let rewriteDocsWithCurrentLocale;
Expand Down
2 changes: 2 additions & 0 deletions test/overrideLocales.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ const {
} = require('./util');

describe('#import - overriding locales integration tests', function() {
this.timeout(t.timeout);

let req;
let notify;
let input;
Expand Down

0 comments on commit 6c0e096

Please sign in to comment.