From 7010dbced37b482917e5649a41632409bae41960 Mon Sep 17 00:00:00 2001 From: Jim Kingdon Date: Wed, 25 Jan 1995 22:16:08 +0000 Subject: * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout higher, these tests generate a lot of output. --- gdb/testsuite/gdb.disasm/hppa.exp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'gdb/testsuite/gdb.disasm') diff --git a/gdb/testsuite/gdb.disasm/hppa.exp b/gdb/testsuite/gdb.disasm/hppa.exp index f9d7b69..552a05d 100644 --- a/gdb/testsuite/gdb.disasm/hppa.exp +++ b/gdb/testsuite/gdb.disasm/hppa.exp @@ -1078,6 +1078,10 @@ proc all_fpu_comparison_tests { } { global prompt global hex global decimal + global timeout + + set oldtimeout $timeout + set timeout 30 set fpu_comparison_formats [list {sgl} {dbl} {quad} ] @@ -1130,6 +1134,8 @@ proc all_fpu_comparison_tests { } { timeout { fail "(timeout) fcmp_$i tests (part2) " } } } + + set timeout $oldtimeout } proc all_special_tests { } { -- cgit v1.1