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>
|
||||
</goals>
|
||||
<configuration>
|
||||
<threadCount>1</threadCount>
|
||||
<systemProperties>
|
||||
<property>
|
||||
<name>test.virtualbox.endpoint</name>
|
||||
|
|
Loading…
Reference in New Issue