File: increase-test-timeout.diff

package info (click to toggle)
node-pump 3.0.0-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 136 kB
  • sloc: javascript: 291; makefile: 2
file content (19 lines) | stat: -rw-r--r-- 371 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Description: increase test timeout
Author: Xavier Guimard <yadd@debian.org>
Bug-Debian: https://bugs.debian.org/963429
Forwarded: no
Last-Update: 2020-06-23

--- a/test-node.js
+++ b/test-node.js
@@ -46,8 +46,8 @@
 
 setTimeout(function () {
   rs.destroy()
-}, 1000)
+}, 5000)
 
 var timeout = setTimeout(function () {
   throw new Error('timeout')
-}, 5000)
+}, 25000)