jdaugherty commented on code in PR #15067:
URL: https://github.com/apache/grails-core/pull/15067#discussion_r2372617862


##########
.github/workflows/gradle.yml:
##########
@@ -173,6 +173,9 @@ jobs:
         with:
           develocity-access-key: ${{ secrets.GRAILS_DEVELOCITY_ACCESS_KEY  }}
       - name: "🏃 Run Functional Tests"
+        env:
+          # Make Geb tests more resilient in slow CI environments
+          JAVA_TOOL_OPTIONS: -Dgrails.geb.atCheckWaiting.enabled=true

Review Comment:
   Can we at least add a comment to the functional test config so we know this 
configuration is present / different in CI? 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to