File: update-httpbin.org-test-timeout.patch

package info (click to toggle)
node-undici 5.15.0%2Bdfsg1%2B~cs20.10.9.3-1%2Bdeb12u4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 14,448 kB
  • sloc: javascript: 55,086; ansic: 936; makefile: 97
file content (16 lines) | stat: -rw-r--r-- 422 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: update httpbin.org test timeout
Author: Yadd <yadd@debian.org>
Forwarded: not-needed
Last-Update: 2023-05-31

--- a/test/node-fetch/main.js
+++ b/test/node-fetch/main.js
@@ -1647,7 +1647,7 @@
   })
 
   it('should allow manual redirect handling', function () {
-    this.timeout(5000)
+    this.timeout(50000)
     const url = 'https://httpbin.org/status/302'
     const options = {
       redirect: 'manual'