]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/testsuite/gdb.reverse/until-precsave.exp
Bump timeouts for a couple gdb.reverse/*-precsave.exp tests
[thirdparty/binutils-gdb.git] / gdb / testsuite / gdb.reverse / until-precsave.exp
index 640839fea5737839deacb9a842c404b490a8c52e..f0e9d1d25c555d70f2099a03f778e853d07c13dc 100644 (file)
@@ -49,13 +49,13 @@ gdb_test "break $end_of_main" \
     "BP at end of main"
 
 # This can take awhile.
-with_timeout_factor 15 {
+with_timeout_factor 20 {
     gdb_test "continue" "Breakpoint .* set breakpoint 10a here .*" "run to end of main"
 }
 
 # So can this, against gdbserver, for example.
 
-with_timeout_factor 3 {
+with_timeout_factor 10 {
     gdb_test "record save $precsave" \
        "Saved core file $precsave with execution log\."  \
        "save process recfile"