This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Changing timeout for dejagnu runs of the testsuite?
- From: Christian Jönsson <c dot christian dot joensson at telia dot com>
- To: gcc <gcc at gcc dot gnu dot org>
- Date: Sat, 8 Feb 2003 17:46:39 +0100
- Subject: Changing timeout for dejagnu runs of the testsuite?
I've come across several testt cases where dejagnu times out...
The way to change the default time out, for gcc, is something like
this:
*** dejagnu/baseboards/unix.exp.orig Tue Oct 15 22:36:33 2002
--- dejagnu/baseboards/unix.exp Thu Jan 16 09:53:12 2003
***************
*** 7,12 ****
--- 7,15 ----
set_board_info bmk,use_alarm 1;
+ set_board_info gcc,timeout 1200
+ set_board_info sim,timeout 1200
+
# Do not use -lm on Cygwin
if { [istarget "*-*-cygwin*"] } {
set_board_info mathlib "";
but how do I change the default timeout for the g++ and libstdc++
tests and for the g77 tests?
Cheers,
/ChJ