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


##########
grails-forge/grails-forge-cli/src/test/groovy/org/grails/forge/cli/CommandSpec.groovy:
##########
@@ -56,13 +56,57 @@ class CommandSpec extends Specification {
         executeCommand(gradleCommand)
     }
 
+    // The specs that call executeGradleCommand('build') build a whole 
generated application -

Review Comment:
   @jamesfredley The tests were timing out in CI (only 5-10% head room on 
these).  So i bumped the timeout and made them fail fast so in the future you 
aren't waiting the full timeout.  This change is really not needed for the 
original issue, but it removes teh flakiness.



-- 
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