diff options
author | Olivier Lamy <olamy@apache.org> | 2012-01-17 08:21:01 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2012-01-17 08:21:01 +0000 |
commit | 8a4c361fd867b07cdeade9f4b6930017fa6e28b6 (patch) | |
tree | 026f654d753e73951d92be8055dfc938b238b996 /archiva-modules/archiva-web/archiva-webapp-test-js/pom.xml | |
parent | 2f5c8c26fd7275c9067d342e7b10ccd4f1b587c4 (diff) | |
download | archiva-8a4c361fd867b07cdeade9f4b6930017fa6e28b6.tar.gz archiva-8a4c361fd867b07cdeade9f4b6930017fa6e28b6.zip |
wait a little in selenium test to see if fix test on jenkins @asf
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1232331 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-modules/archiva-web/archiva-webapp-test-js/pom.xml')
-rw-r--r-- | archiva-modules/archiva-web/archiva-webapp-test-js/pom.xml | 19 |
1 files changed, 5 insertions, 14 deletions
diff --git a/archiva-modules/archiva-web/archiva-webapp-test-js/pom.xml b/archiva-modules/archiva-web/archiva-webapp-test-js/pom.xml index b9d6f606e..0ae4a7538 100644 --- a/archiva-modules/archiva-web/archiva-webapp-test-js/pom.xml +++ b/archiva-modules/archiva-web/archiva-webapp-test-js/pom.xml @@ -219,20 +219,11 @@ <goal>test</goal> </goals> <configuration> - <systemProperties> - <property> - <name>browser</name> - <value>${selenium.browser}</value> - </property> - <property> - <name>baseUrl</name> - <value>${baseUrl}</value> - </property> - <property> - <name>maxWaitTimeInMs</name> - <value>${maxWaitTimeInMs}</value> - </property> - </systemProperties> + <systemPropertyVariables> + <browser>${selenium.browser}</browser> + <baseUrl>${baseUrl}</baseUrl> + <maxWaitTimeInMs>${maxWaitTimeInMs}</maxWaitTimeInMs> + </systemPropertyVariables> </configuration> </execution> </executions> |