longer timeout value

This commit is contained in:
Kagami Sascha Rosylight 2023-02-11 20:54:27 +01:00
parent 1750fc5819
commit 857605c4e9
1 changed files with 2 additions and 0 deletions

View File

@ -206,4 +206,6 @@ module.exports = {
// watchman: true, // watchman: true,
extensionsToTreatAsEsm: ['.ts'], extensionsToTreatAsEsm: ['.ts'],
testTimeout: 10000,
}; };