Skip to content

Commit

Permalink
start ecodata first
Browse files Browse the repository at this point in the history
  • Loading branch information
temi committed Nov 17, 2024
1 parent f89f138 commit d9b128b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/scripts/runFunctionalTests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,10 @@ cd $ECODATA_LOCAL_DIR
echo "Starting ecodata from `pwd`"
ls -la
GRADLE_OPTS="-Xmx1g" ./gradlew bootRun "-Dorg.gradle.jvmargs=-Xmx1g" -Dgrails.env=meritfunctionaltest &
sleep 180

cd $BIOCOLLECT_DIR
echo "Starting biocollect"
echo "Starting biocollect from `pwd`"
GRADLE_OPTS="-Xmx1g" ./gradlew bootRun "-Dorg.gradle.jvmargs=-Xmx1g" -Dgrails.env=test -Dgrails.server.port.http=8087 &
sleep 180
chmod u+x src/main/scripts/loadFunctionalTestData.sh
Expand Down

0 comments on commit d9b128b

Please sign in to comment.