Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 11 of 11 for maxParallelForks (0.79 sec)

  1. .teamcity/src/main/kotlin/model/CIBuildModel.kt

    }
    
    enum class TestType(
        val unitTests: Boolean = true,
        val functionalTests: Boolean = true,
        val crossVersionTests: Boolean = false,
        val timeout: Int = 180,
        val maxParallelForks: Int = 4,
    ) {
        // Include cross version tests, these take care of selecting a very small set of versions to cover when run as part of this stage, including the current version
        QUICK(true, true, true, 120, 4),
    
    Registered: Wed Dec 31 11:36:14 UTC 2025
    - Last Modified: Wed Nov 05 13:00:26 UTC 2025
    - 27.5K bytes
    - Viewed (0)
Back to top