removed increased selenium timeout now that ant-run will pre-load the archiva webapp

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@482125 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Edwin L. Punzalan 2006-12-04 10:11:37 +00:00
parent 937e8c3f8e
commit 968f101cc8
2 changed files with 13 additions and 1 deletions

View File

@ -90,6 +90,19 @@
<goal>run</goal>
</goals>
</execution>
<execution>
<id>check-archiva-loaded</id>
<phase>integration-test</phase>
<configuration>
<tasks>
<get src="http://localhost:9595/archiva/" dest="${project.build.directory}/index.html"/>
<delete file="${project.build.directory}/index.html"/>
</tasks>
</configuration>
<goals>
<goal>run</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>

View File

@ -41,7 +41,6 @@ public abstract class AbstractArchivaTestCase
protected void initialize()
{
getSelenium().setTimeout( "120000" );
getSelenium().open( "/archiva" );
if ( CREATE_ADMIN_USER_PAGE_TITLE.equals( getSelenium().getTitle() ) )