15s = 15000s, jna.nosys=true
Project: http://git-wip-us.apache.org/repos/asf/jena/repo Commit: http://git-wip-us.apache.org/repos/asf/jena/commit/aeff7c29 Tree: http://git-wip-us.apache.org/repos/asf/jena/tree/aeff7c29 Diff: http://git-wip-us.apache.org/repos/asf/jena/diff/aeff7c29 Branch: refs/heads/master Commit: aeff7c29e3022012cf313e845b94ea4c1f417af1 Parents: 9af39d4 Author: Stian Soiland-Reyes <[email protected]> Authored: Mon Feb 2 17:38:50 2015 +0000 Committer: Stian Soiland-Reyes <[email protected]> Committed: Mon Feb 2 17:41:44 2015 +0000 ---------------------------------------------------------------------- jena-osgi-test/pom.xml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jena/blob/aeff7c29/jena-osgi-test/pom.xml ---------------------------------------------------------------------- diff --git a/jena-osgi-test/pom.xml b/jena-osgi-test/pom.xml index 427492e..d3d5e80 100644 --- a/jena-osgi-test/pom.xml +++ b/jena-osgi-test/pom.xml @@ -98,12 +98,19 @@ <environment> <id>felix</id> <framework>felix</framework> - <timeout>150000</timeout><!-- 15000ms = 15s --> + <timeout>15000</timeout><!-- = 15s --> + <systemProperties> + <!-- We don't care if there are any JNAs --> + <jna.nosys>true</jna.nosys> + </systemProperties> </environment> <environment> <id>equinox</id> <framework>equinox</framework> - <timeout>150000</timeout> <!-- 15000ms = 15s --> + <timeout>15000</timeout> <!-- = 15s --> + <systemProperties> + <jna.nosys>true</jna.nosys> + </systemProperties> </environment> </environments> </configuration>
