Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for taskLogging (0.29 sec)

  1. subprojects/core/src/integTest/groovy/org/gradle/api/tasks/TaskTimeoutIntegrationTest.groovy

            and:
            def logging = taskLogging(":block")
            logging[0] == "Requesting stop of task ':block' as it has exceeded its configured timeout of 500ms."
            logging[1] == "Timed out task ':block' has not yet stopped."
            logging[logging.size() - 1] == "Timed out task ':block' has stopped."
        }
    
        List<String> taskLogging(String taskPath) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 03 15:21:23 UTC 2024
    - 12.6K bytes
    - Viewed (0)
Back to top