This reverts the timeout handling (removed by
018572b88885ae67d22612937fa1e4fd98d5f5ad) for gdb.cp/ovldbreak.exp until we
decide what to do about this particular function.
gdb/testsuite/ChangeLog:
2016-12-02  Luis Machado  <lgustavo@codesourcery.com>
	* gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
	timeout handling.
+2016-12-02  Luis Machado  <lgustavo@codesourcery.com>
+
+       * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
+       timeout handling.
+
 2016-12-02  Tom Tromey  <tom@tromey.com>
 
        * gdb.dwarf2/main-subprogram.c: New file.
 
     gdb_test_multiple " " " " {
         -re ".*$gdb_prompt $" {
         }
+       timeout {
+           perror "could not resynchronize to command prompt (timeout)"
+           continue
+       }
     }
 }