View | Details | Raw Unified | Return to bug 291410
Collapse All | Expand All

(-)jpa/eclipselink.jpa.test/build.xml (-1 / +1 lines)
Lines 1087-1093 Link Here
1087
            </not>
1087
            </not>
1088
        </condition>
1088
        </condition>
1089
1089
1090
        <junit printsummary="yes" haltonfailure="yes" fork="yes" showoutput="true" maxmemory="512m" dir="${eclipselink.jpa.test}/${run.dir}">
1090
        <junit printsummary="yes" haltonfailure="yes" fork="yes" showoutput="true" maxmemory="2048m" dir="${eclipselink.jpa.test}/${run.dir}">
1091
            <sysproperty key="proxy.user.name" value="${oracle.proxy.user}"/>
1091
            <sysproperty key="proxy.user.name" value="${oracle.proxy.user}"/>
1092
            <jvmarg value="${TEST_AGENT}"/>
1092
            <jvmarg value="${TEST_AGENT}"/>
1093
            <jvmarg value="${TEST_WEAVING}"/>
1093
            <jvmarg value="${TEST_WEAVING}"/>

Return to bug 291410