File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff 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 " ;;
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments