Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for stopMarkerFile (0.2 sec)

  1. platforms/ide/tooling-api/src/integTest/groovy/org/gradle/integtests/tooling/ToolingApiIntegrationTest.groovy

                        println "start marker written (\$startMarkerFile)"
    
                        def stopMarkerFile = file("stop.marker")
                        def startedAt = System.currentTimeMillis()
                        println "waiting for stop marker (\$stopMarkerFile)"
                        while(!stopMarkerFile.exists()) {
                            if (System.currentTimeMillis() - startedAt > $stateChangeTimeoutMs) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:20 UTC 2023
    - 13.8K bytes
    - Viewed (0)
Back to top