Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reduce number of parallel builds in ParallelBuildChainTest #825
The test case testIndividualProjectBuilds_WithManyProjects_ProjectRelaxedRule() in ParallelBuildChainTest fails randomly (in I-Builds) because not all jobs that are supposed to run build operations are scheduled and started in time. Since the test is not supposed to validate that a specific number of jobs can be started, the number of jobs/builds to be spawned must actually not be as high as currently defined. This change reduces the number of projects in the test case to avoid random test failures while keeping expressiveness of the test case. Fixes #825
- Loading branch information