summaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.base/nodebug.exp
diff options
context:
space:
mode:
authorJason Molenda <jsm@bugshack.cygnus.com>1999-07-07 17:31:57 +0000
committerJason Molenda <jsm@bugshack.cygnus.com>1999-07-07 17:31:57 +0000
commitfde9fcb594ca52233ddbe06ad667f1ccaaeb7862 (patch)
treeec9ba7c76f004669ec3876a663c62e4df0014768 /gdb/testsuite/gdb.base/nodebug.exp
parent9b8882e7735b2ab3deb8a338b3e27a0633898d0c (diff)
downloadgdb-fde9fcb594ca52233ddbe06ad667f1ccaaeb7862.tar.gz
import gdb-1999-07-07 pre reformat
Diffstat (limited to 'gdb/testsuite/gdb.base/nodebug.exp')
-rw-r--r--gdb/testsuite/gdb.base/nodebug.exp3
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/testsuite/gdb.base/nodebug.exp b/gdb/testsuite/gdb.base/nodebug.exp
index 684476ee0d7..d8832722012 100644
--- a/gdb/testsuite/gdb.base/nodebug.exp
+++ b/gdb/testsuite/gdb.base/nodebug.exp
@@ -164,6 +164,9 @@ if [runto inner] then {
timeout { fail "(timeout) p/c array_index" }
}
} else {
+ # We need to up this because this can be really slow on some boards.
+ # (malloc() is called as part of the test).
+ set timeout 60;
gdb_test {p/c array_index("abcdef",2)} " = 99 'c'"
}
}