mirror of https://github.com/apache/jclouds.git
ensure integration tests only run one at a time, so that troubleshooting is easier
This commit is contained in:
parent
fe4a971d55
commit
ca723ed909
|
@ -160,6 +160,7 @@
|
||||||
<goal>test</goal>
|
<goal>test</goal>
|
||||||
</goals>
|
</goals>
|
||||||
<configuration>
|
<configuration>
|
||||||
|
<threadCount>1</threadCount>
|
||||||
<systemProperties>
|
<systemProperties>
|
||||||
<property>
|
<property>
|
||||||
<name>test.virtualbox.endpoint</name>
|
<name>test.virtualbox.endpoint</name>
|
||||||
|
|
Loading…
Reference in New Issue