mirror of
https://github.com/apache/sqoop.git
synced 2025-05-03 01:13:29 +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>
|
||||
<junit
|
||||
printsummary="yes" showoutput="${test.output}"
|
||||
haltonfailure="no" fork="yes" maxmemory="1024m"
|
||||
haltonfailure="no" fork="yes" maxmemory="5120m"
|
||||
errorProperty="tests.failed" failureProperty="tests.failed"
|
||||
timeout="${test.timeout}"
|
||||
dir="${build.test}/data">
|
||||
|
Loading…
Reference in New Issue
Block a user