mirror of https://github.com/apache/archiva.git
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:
parent
937e8c3f8e
commit
968f101cc8
archiva-webapp-test
|
@ -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>
|
||||
|
|
|
@ -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() ) )
|
||||
|
|
Loading…
Reference in New Issue