OSDN Git Service

2006-06-29 Benjamin Kosnik <bkoz@redhat.com>
authorbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 29 Jun 2006 17:34:56 +0000 (17:34 +0000)
committerbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 29 Jun 2006 17:34:56 +0000 (17:34 +0000)
* testsuite/lib/libstdc++.exp (v3_target_compile): Set timeout to
600.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@115073 138bc75d-0d04-0410-961f-82ee72b054a4

libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/lib/libstdc++.exp

index 5606bf2..0536648 100644 (file)
@@ -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/
index d226482..b8c7215 100644 (file)
@@ -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]
 }