Skip to content

Commit

Permalink
#180 - Migrate 'PerformanceTest' to be a real integration test
Browse files Browse the repository at this point in the history
- Changed credentials for UKP database server used during test
  • Loading branch information
reckart committed Aug 9, 2018
1 parent e107ffd commit 95e30fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions de.tudarmstadt.ukp.wikipedia.api/pom.xml
Expand Up @@ -122,8 +122,8 @@
<properties>
<database.host>bender.ukp.informatik.tu-darmstadt.de</database.host>
<database.name>wikiapi_en</database.name>
<database.user>wikiapi</database.user>
<database.password>wikiapitk</database.password>
<database.user>student</database.user>
<database.password>student</database.password>
<!-- The original values used at UKP -->
<performance.pages.retrieved>4000</performance.pages.retrieved>
<performance.cycles.maxi>5</performance.cycles.maxi>
Expand Down Expand Up @@ -314,4 +314,4 @@
</plugin>
</plugins>
</build>
</project>
</project>

0 comments on commit 95e30fa

Please sign in to comment.