We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ff165a2 + b34e1a7 commit 26d1620Copy full SHA for 26d1620
build.xml
@@ -87,6 +87,7 @@
87
<!-- run tests on the command line -->
88
<target name="test" depends="lint,build.all">
89
<apply executable="java" failonerror="true">
90
+ <arg line="-Xss16M"/>
91
<fileset dir="${tests.dir}" includes="**/*.js"/>
92
<arg line="-jar"/>
93
<arg path="${lib.dir}/js.jar"/>
0 commit comments