longer timeout value
This commit is contained in:
parent
1750fc5819
commit
857605c4e9
|
@ -206,4 +206,6 @@ module.exports = {
|
||||||
// watchman: true,
|
// watchman: true,
|
||||||
|
|
||||||
extensionsToTreatAsEsm: ['.ts'],
|
extensionsToTreatAsEsm: ['.ts'],
|
||||||
|
|
||||||
|
testTimeout: 10000,
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue