"record to end of main" test.
2011-11-10 Doug Evans <dje@google.com>
+ * gdb.reverse/i387-env-reverse.exp: Extend timeout of
+ "record to end of main" test.
+
* gdb.python/py-type.c (TS): New typedef.
(ts): New global.
* gdb.python/py-type.exp: Test field list of typedef.
set location [gdb_get_line_number "END I387-FLOAT-REVERSE"]
gdb_test_no_output "record" "Turn on process record"
+# This can take awhile.
+set oldtimeout $timeout
+set timeout [expr $oldtimeout + 120]
gdb_test "until $location" ".*/$srcfile:$location.*" \
"record to end of main"
+set timeout $oldtimeout
# Now rewind to beginning so we can begin testing.