------- Comment #23 from janis at gcc dot gnu dot org 2008-11-21 00:58 ------- I posted a patch for compiler tests at
http://gcc.gnu.org/ml/gcc-patches/2008-11/msg01066.html but after playing around more realized that it shouldn't be necessary to allow setting a default in .dejagnurc, since the tester should be able to specify a target board that has a timeout. I tried that, adding "set_board_info gcc,timeout 100" to the baseboards/unix.exp file that's being used, and nothing happened; the tests still use the 300-second default from DejaGnu's remote_exec proc in remote.exp. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28870