Codebase list node-pump / c795958
Increase test timeout Closes: #963429 Xavier Guimard 3 years ago
2 changed file(s) with 20 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 Description: increase test timeout
1 Author: Xavier Guimard <yadd@debian.org>
2 Bug-Debian: https://bugs.debian.org/963429
3 Forwarded: no
4 Last-Update: 2020-06-23
5
6 --- a/test-node.js
7 +++ b/test-node.js
8 @@ -46,8 +46,8 @@
9
10 setTimeout(function () {
11 rs.destroy()
12 -}, 1000)
13 +}, 5000)
14
15 var timeout = setTimeout(function () {
16 throw new Error('timeout')
17 -}, 5000)
18 +}, 25000)
0 increase-test-timeout.diff