Skip to content

Commit

Permalink
.......... [DEV-2438] added stacksize configuration parameter for int…
Browse files Browse the repository at this point in the history
…egration tests
  • Loading branch information
alexv123456 committed May 23, 2023
1 parent aef542a commit 91f66b5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@
<arg line="--with-postgresql"/>
<arg line="--prefix=${basedir}"/>
<arg line="--with-libcurl"/>
<arg line="--with-stacksize=128"/>
</exec>
<exec executable="make" failonerror="on">
<arg line="-j4"/>
Expand Down Expand Up @@ -329,6 +330,7 @@
<arg line="--with-mysql"/>
<arg line="--prefix=${basedir}"/>
<arg line="--with-libcurl"/>
<arg line="--with-stacksize=128"/>
</exec>
<exec executable="make" failonerror="on">
<arg line="-j4"/>
Expand Down

0 comments on commit 91f66b5

Please sign in to comment.