From c137ee9799c4127a0885306ac96a509753e665f8 Mon Sep 17 00:00:00 2001 From: Fred Fish Date: Fri, 28 Jun 1996 03:35:05 +0000 Subject: * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec. * config/netware.exp (gdb_run_cmd): Restore old timeout before doing error return. --- gdb/testsuite/config/unix-gdb.exp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gdb/testsuite/config') diff --git a/gdb/testsuite/config/unix-gdb.exp b/gdb/testsuite/config/unix-gdb.exp index 9961ec6..c53a28f 100644 --- a/gdb/testsuite/config/unix-gdb.exp +++ b/gdb/testsuite/config/unix-gdb.exp @@ -22,8 +22,8 @@ # Set a default timeout to be used for the tests under UNIX, rather than # accepting whatever default dejagnu gives us (apparently 10 seconds). # When running the tests over NFS, under somewhat heavy load, 10 seconds -# does not seem to be enough. Try starting with 30. -set timeout 30 +# does not seem to be enough. Try starting with 60. +set timeout 60 verbose "Timeout is now $timeout seconds" 2 load_lib gdb.exp -- cgit v1.1