Skip to content

Commit

Permalink
increase wait again
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixTJDietrich committed Nov 6, 2024
1 parent 675dcd1 commit 217a2e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"generate:api:application-server:clean": "rimraf webapp/src/app/core/modules/openapi",
"generate:api:intelligence-service:clean": "rimraf server/application-server/src/main/java/de/tum/in/www1/hephaestus/intelligenceservice",
"generate:api:clean": "npm run generate:api:intelligence-service:clean && npm run generate:api:application-server:clean",
"generate:api:application-server-specs": "cd server/application-server && mvn verify -DskipTests=true -Dapp.profiles=specs -Dspring-boot.start.wait=1000",
"generate:api:application-server-specs": "cd server/application-server && mvn verify -DskipTests=true -Dapp.profiles=specs",
"generate:api:intelligence-service-specs": "python -m server.intelligence-service.app.generate_openapi_yaml",
"generate:api:specs": "npm run generate:api:application-server-specs && npm run generate:api:intelligence-service-specs",
"generate:api:application-server-client": "npx openapi-generator-cli generate -i server/application-server/openapi.yaml -g typescript-angular -o webapp/src/app/core/modules/openapi --additional-properties fileNaming=kebab-case,withInterfaces=true --generate-alias-as-model",
Expand Down
2 changes: 1 addition & 1 deletion server/application-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@
<artifactId>lombok</artifactId>
</exclude>
</excludes>
<wait>1000</wait>
<wait>10000</wait>
<maxAttempts>100</maxAttempts>
</configuration>
<executions>
Expand Down

0 comments on commit 217a2e0

Please sign in to comment.