mirror of
https://github.com/apache/sqoop.git
synced 2025-05-03 12:31:48 +08:00
SQOOP-3304: Increase the maximum memory for JUnit tests
(Szabolcs Vasas via Boglarka Egyed)
This commit is contained in:
parent
d67bb816ce
commit
5de9603cd2
@ -726,7 +726,7 @@
|
|||||||
</copy>
|
</copy>
|
||||||
<junit
|
<junit
|
||||||
printsummary="yes" showoutput="${test.output}"
|
printsummary="yes" showoutput="${test.output}"
|
||||||
haltonfailure="no" fork="yes" maxmemory="1024m"
|
haltonfailure="no" fork="yes" maxmemory="5120m"
|
||||||
errorProperty="tests.failed" failureProperty="tests.failed"
|
errorProperty="tests.failed" failureProperty="tests.failed"
|
||||||
timeout="${test.timeout}"
|
timeout="${test.timeout}"
|
||||||
dir="${build.test}/data">
|
dir="${build.test}/data">
|
||||||
|
Loading…
Reference in New Issue
Block a user