File: testsuite-timeout.patch

package info (click to toggle)
binutils-mingw-w64 10.4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 116 kB
  • sloc: makefile: 102
file content (16 lines) | stat: -rw-r--r-- 516 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: Increase the timeout to 10 minutes
Author: Stephen Kitt <skitt@debian.org>

This allows the package to build on mipsel buildds.

--- a/upstream/gas/testsuite/lib/gas-defs.exp
+++ b/upstream/gas/testsuite/lib/gas-defs.exp
@@ -330,7 +330,7 @@
 
 # Default timeout is 10 seconds, loses on a slow machine.  But some
 # configurations of dejagnu may override it.
-if {$timeout<120} then { set timeout 120 }
+if {$timeout<600} then { set timeout 600 }
 
 expect_after -i {
     timeout			{ perror "timeout" }