Revert "60s to be safe"

This reverts commit f3e0f57962.
This commit is contained in:
Kagami Sascha Rosylight 2023-02-11 21:13:03 +01:00
parent f3e0f57962
commit d80d8550d7
1 changed files with 1 additions and 1 deletions

View File

@ -207,5 +207,5 @@ module.exports = {
extensionsToTreatAsEsm: ['.ts'],
testTimeout: 60000,
testTimeout: 50000,
};