Skip to content

Commit

Permalink
#429: up
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Dec 16, 2024
1 parent ece2a53 commit 4f44b2e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 11 deletions.
2 changes: 1 addition & 1 deletion eo-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.49.0
0.49.1
8 changes: 0 additions & 8 deletions mvnw/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,14 +105,6 @@ SOFTWARE.
<trimStackTrace>false</trimStackTrace>
<runOrder>random</runOrder>
<argLine>-Xmx${heap-size} -Xss${stack-size}</argLine>
<forkNode implementation="org.apache.maven.plugin.surefire.extensions.SurefireForkNodeFactory"/>
<properties>
<configurationParameters>
junit.jupiter.execution.parallel.enabled = true
junit.jupiter.execution.parallel.mode.default = concurrent
junit.jupiter.execution.parallel.mode.classes.default = concurrent
</configurationParameters>
</properties>
</configuration>
</plugin>
</plugins>
Expand Down
4 changes: 2 additions & 2 deletions test/commands/test_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ describe('test', function() {
'--easy',
`--parser=${parser}`,
`--home-tag=${hash}`,
'--stack=16M',
'--heap=128M',
'--stack=64M',
'--heap=1G',
'-s', path.resolve(home, 'src'),
'-t', path.resolve(home, 'target'),
`--language=${lang}`
Expand Down

0 comments on commit 4f44b2e

Please sign in to comment.