File: increase-test-timeout.patch

package info (click to toggle)
node-html-loader 4.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,384 kB
  • sloc: javascript: 2,708; xml: 18; makefile: 5
file content (10 lines) | stat: -rw-r--r-- 214 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
Description: increase test timeout
Author: Yadd <yadd@debian.org>
Forwarded: not-needed
Last-Update: 2023-10-29

--- a/setupTest.js
+++ b/setupTest.js
@@ -1 +1 @@
-jest.setTimeout(10000);
+jest.setTimeout(100000);