diff options
author | Benjamin Kosnik <bkoz@redhat.com> | 2006-06-29 17:34:56 +0000 |
---|---|---|
committer | Benjamin Kosnik <bkoz@gcc.gnu.org> | 2006-06-29 17:34:56 +0000 |
commit | a0895ebf8c7cd3f53d8e27032080609b240ccb96 (patch) | |
tree | cff4a2ad3efdf6136fa14ec3710f08c7974f340c | |
parent | 43b50eb2bfbf848d881d32ca8dbdd2aa7de8ecca (diff) | |
download | gcc-a0895ebf8c7cd3f53d8e27032080609b240ccb96.zip gcc-a0895ebf8c7cd3f53d8e27032080609b240ccb96.tar.gz gcc-a0895ebf8c7cd3f53d8e27032080609b240ccb96.tar.bz2 |
libstdc++.exp (v3_target_compile): Set timeout to 600.
2006-06-29 Benjamin Kosnik <bkoz@redhat.com>
* testsuite/lib/libstdc++.exp (v3_target_compile): Set timeout to
600.
From-SVN: r115073
-rw-r--r-- | libstdc++-v3/ChangeLog | 5 | ||||
-rw-r--r-- | libstdc++-v3/testsuite/lib/libstdc++.exp | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 5606bf2..0536648 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2006-06-29 Benjamin Kosnik <bkoz@redhat.com> + + * testsuite/lib/libstdc++.exp (v3_target_compile): Set timeout to + 600. + 2006-06-27 Benjamin Kosnik <bkoz@redhat.com> * testsuite/util/regression/rand/priority_queue/ diff --git a/libstdc++-v3/testsuite/lib/libstdc++.exp b/libstdc++-v3/testsuite/lib/libstdc++.exp index d226482..b8c7215 100644 --- a/libstdc++-v3/testsuite/lib/libstdc++.exp +++ b/libstdc++-v3/testsuite/lib/libstdc++.exp @@ -348,6 +348,7 @@ proc v3_target_compile { source dest type options } { } lappend options "compiler=$cxx_final" + lappend options "timeout=600" return [target_compile $source $dest $type $options] } |