Commit a0895ebf by Benjamin Kosnik Committed by Benjamin Kosnik

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
parent 43b50eb2
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/
......
......@@ -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]
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment