]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/testsuite/lib/gdb.exp
gdb/testsuite: Use default gdb_expect timeout in runto
[thirdparty/binutils-gdb.git] / gdb / testsuite / lib / gdb.exp
index ddee928d510452417dd41e14738aadba513a222c..cbd37fd3094718a3a90b0af4fc2a3bfad9337982 100644 (file)
@@ -768,7 +768,7 @@ proc runto { linespec args } {
     
     # the "at foo.c:36" output we get with -g.
     # the "in func" output we get without -g.
-    gdb_expect 30 {
+    gdb_expect {
        -re "(?:Break|Temporary break).* at .*:$decimal.*$gdb_prompt $" {
            if { $print_pass } {
                pass $test_name