File: increase-test-timeout.patch

package info (click to toggle)
node-immutable-tuple 0.4.10-13
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 928 kB
  • sloc: javascript: 3,828; makefile: 5; sh: 3
file content (16 lines) | stat: -rw-r--r-- 342 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: Increase test timeout (for armel arch)
Author: Yadd <yadd@debian.org>
Forwarded: not-needed
Last-Update: 2025-04-07

--- a/test/tests.js
+++ b/test/tests.js
@@ -213,7 +213,7 @@
 });
 
 describe("performance", function () {
-  this.timeout(10000);
+  this.timeout(120000);
   const tupleCount = 100000;
   const elemCount = 10;