This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[RFA] Increase timeout for gdb.base/freebpcmd.exp


This test is quite lengthy, and my ss20 almost never makes it to the
end before hitting the timeout.  This increases the timeout a bit.
Objections?  Will commit in a week or so if not.

Mark

Index: ChangeLog
from  Mark Kettenis  <kettenis@gnu.org>

	* gdb.base/freebpcmd.exp: Increase timeout.

Index: gdb.base/freebpcmd.exp
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.base/freebpcmd.exp,v
retrieving revision 1.2
diff -u -p -r1.2 freebpcmd.exp
--- gdb.base/freebpcmd.exp 17 Dec 2003 21:28:40 -0000 1.2
+++ gdb.base/freebpcmd.exp 16 Dec 2005 22:14:28 -0000
@@ -108,6 +108,9 @@ if {$i >= [llength $lines]} {
 }
 
 gdb_run_cmd
+
+set timeout 120
+
 gdb_test_multiple "" "run program with breakpoint commands" {
     -re "warning: Invalid control type in command structure" {
         kfail "gdb/1489" "run program with breakpoint commands"


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]