Skip to content
This repository was archived by the owner on Jan 28, 2026. It is now read-only.

Commit becee36

Browse files
author
ge85riz
committed
🚑 hotfix: add the missing environment variable for the unit tests
1 parent bcf3212 commit becee36

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

backend/src/test/resources/application.properties

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,6 @@ spring.security.oauth2.client.registration.gitlab.redirect-uri=http://localhost:
3131
spring.security.oauth2.client.registration.gitlab.scope=read_user
3232
spring.security.oauth2.client.registration.gitlab.client-name=GitLab
3333
spring.jackson.serialization.write-dates-as-timestamps=false
34+
constraint-solver.num-search-workers=1
35+
constraint-solver.solver-time-limit=300
3436
server.ssl.enabled=false

0 commit comments

Comments
 (0)