Skip to content

Commit

Permalink
Increase memory for js tests
Browse files Browse the repository at this point in the history
  • Loading branch information
adamw committed Aug 10, 2022
1 parent 9d1cea3 commit fb5ddf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Set Java Opts for JS
if: matrix.target-platform == 'JS'
run: |
echo "JAVA_OPTS=-Xmx3000M -Dsbt.task.timings=true" >> $GITHUB_ENV
echo "JAVA_OPTS=-Xmx3500M -Dsbt.task.timings=true" >> $GITHUB_ENV
- name: Set Java Opts for JVM
if: matrix.target-platform == 'JVM'
run: |
Expand Down

0 comments on commit fb5ddf8

Please sign in to comment.