Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for buildOutputSoFar (0.64 sec)

  1. testing/internal-integ-testing/src/main/groovy/org/gradle/integtests/fixtures/AbstractContinuousIntegrationTest.groovy

            }
    
            def lastOutput = buildOutputSoFar()
            def lastLength = lastOutput.size()
            def lastActivity = monotonicClockMillis()
            int endOfBuildReached = 0
            int startIndex = 0
    
            while (gradle.isRunning() && monotonicClockMillis() - lastActivity < (buildTimeout * 1000)) {
                sleep 100
                lastOutput = buildOutputSoFar()
                if (lastOutput.size() != lastLength) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 11.6K bytes
    - Viewed (0)
Back to top