File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
testproject/Assets/Tests/Runtime Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -53,6 +53,7 @@ pr_minimal_required_checks:
5353 dependencies :
5454 - .yamato/project-standards.yml#standards_ubuntu_testproject_trunk
5555 - .yamato/package-pack.yml#package_pack_-_ngo_win
56+ - .yamato/cmb-service-standalone-tests.yml#cmb_service_standalone_test_testproject_ubuntu_il2cpp_6000.4
5657 triggers :
5758 expression : |-
5859 (pull_request.comment eq "ngo" OR
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ namespace TestProject.RuntimeTests
1212{
1313 public class SenderIdTests : NetcodeIntegrationTest
1414 {
15- protected override int NumberOfClients => 3 ;
15+ protected override int NumberOfClients => 2 ;
1616
1717 private NetworkManager FirstClient => m_ClientNetworkManagers [ 0 ] ;
1818 private NetworkManager SecondClient => m_ClientNetworkManagers [ 1 ] ;
You can’t perform that action at this time.
0 commit comments