Skip to content

Commit ad78ce7

Browse files
committed
Increase stack size to match the config in the main repo.
1 parent 34c3d4b commit ad78ce7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

run.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ esac
2323

2424
echo "Tests:" $TESTS
2525

26+
export SBT_OPTS='-Xmx6g -Xms1g -Xss4m'
27+
2628
rm -rf scala-js/
2729
git clone https://github.com/scala-js/scala-js.git
2830
cd scala-js
@@ -32,5 +34,5 @@ npm install
3234
for TESTRAW in $TESTS; do
3335
TEST=$(echo $TESTRAW | tr '~' ' ')
3436
echo "RUNNING test '$TEST'..."
35-
sbt -J-Xmx5G 'set resolvers in Global += "scala-integration" at "https://scala-ci.typesafe.com/artifactory/scala-integration/"' "set ThisBuild / cross${COMPACT_SUFFIX}ScalaVersions += \"$SCALA_VERSION\"" "$TEST"
37+
sbt 'set resolvers in Global += "scala-integration" at "https://scala-ci.typesafe.com/artifactory/scala-integration/"' "set ThisBuild / cross${COMPACT_SUFFIX}ScalaVersions += \"$SCALA_VERSION\"" "$TEST"
3638
done

0 commit comments

Comments
 (0)