This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]