Skip to content

Commit 8eff182

Browse files
committed
fix start in prod mode
1 parent ad5c190 commit 8eff182

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

scripts/pit/lib/lib-demos.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ getInstallCmdPrd() {
165165
echo "$GRADLE clean build $H $PNPM";;
166166
*-quarkus) echo "$MVN -ntp -B clean package -Pproduction $E $PNPM -Dquarkus.analytics.disabled=true";;
167167
mpr-demo|spreadsheet-demo) echo "$MVN -ntp -B clean";;
168-
start) echo "$MVN -ntp -B install -Dmaven.test.skip -Pcircleci" ;;
168+
start) echo "$MVN -ntp -B install -Dmaven.test.skip -Pci" ;;
169169
form-filler-demo) echo "$H $E $PNPM -DOPENAI_TOKEN=$OPENAI_TOKEN";;
170170
testbench-demo) echo "$H $E $PNPM";;
171171
*) echo "$H $PNPM";;

scripts/pit/lib/lib-validate.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,7 @@ runValidations() {
2828
[ -n "$7" ] && check="$7" || check=""
2929
[ -n "$8" ] && test="$PIT_SCR_FOLDER/its/$8" || test=""
3030
local GHTK= GITHUB_TOKEN=
31-
32-
## start takes a long to compile the frontend in dev-mode
33-
[ "$name" = "start" -a "$TIMEOUT" -le "300" ] && timeout=500 || timeout="$TIMEOUT"
31+
timeout="$TIMEOUT"
3432

3533
file="$name-$mode-$version-"`uname`".out"
3634
rm -f $file

0 commit comments

Comments
 (0)