]> jfr.im git - irc/evilnet/node-irc-nefarious.git/commitdiff
Triple the test timeout
authorHalf-Shot <redacted>
Tue, 2 May 2023 14:57:35 +0000 (15:57 +0100)
committerHalf-Shot <redacted>
Tue, 2 May 2023 14:57:35 +0000 (15:57 +0100)
jest.config.js

index 8cbf8940ccd9aa50274fd14a53ec468c76cc05f7..36ec1af02b981812dcf401d24f856652385df562 100644 (file)
@@ -1,5 +1,6 @@
-/** @type {import('ts-jest/dist/types').InitialOptionsTsJest} */
+/** @type {import('ts-jest/dist/types').JestConfigWithTsJest} */
 module.exports = {
-  preset: 'ts-jest',
-  testEnvironment: 'node',
-};
\ No newline at end of file
+    preset: 'ts-jest',
+    testEnvironment: 'node',
+    testTimeout: 15000, // seconds
+};