aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFred Fish <fnf@specifix.com>1996-06-28 03:35:05 +0000
committerFred Fish <fnf@specifix.com>1996-06-28 03:35:05 +0000
commitc137ee9799c4127a0885306ac96a509753e665f8 (patch)
treed36484005f4399d403ba3c4d0e4eb196ee14e7ed
parent99afd18871019431cf3e34beb874b8376f67814f (diff)
downloadfsf-binutils-gdb-c137ee9799c4127a0885306ac96a509753e665f8.zip
fsf-binutils-gdb-c137ee9799c4127a0885306ac96a509753e665f8.tar.gz
fsf-binutils-gdb-c137ee9799c4127a0885306ac96a509753e665f8.tar.bz2
* 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.
-rw-r--r--gdb/testsuite/ChangeLog6
-rw-r--r--gdb/testsuite/config/unix-gdb.exp4
2 files changed, 8 insertions, 2 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index ec38b3a..c7431f5 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,3 +1,9 @@
+Thu Jun 27 18:13:57 1996 Fred Fish <fnf@cygnus.com>
+
+ * 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.
+
Thu Jun 27 10:54:58 1996 Fred Fish <fnf@cygnus.com>
* lib/gdb.exp (default_gdb_start): When reporting a timeout during
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