File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed
com.unity.netcode.gameobjects/Tests/Runtime Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -47,8 +47,6 @@ protected override void OnServerAndClientsCreated()
4747 }
4848
4949 [ UnityTest ]
50- // When this test fails it does so without an exception and will wait the default ~6 minutes
51- [ Timeout ( 10000 ) ]
5250 public IEnumerator WhenManyObjectsAreSpawnedAtOnce_AllAreReceived ( )
5351 {
5452 for ( int x = 0 ; x < k_SpawnedObjects ; x ++ )
Original file line number Diff line number Diff line change @@ -1285,8 +1285,6 @@ public enum AllocationType
12851285 List
12861286 }
12871287
1288- // Extending timeout since the added yield return causes this test to commonly timeout
1289- [ Timeout ( 600000 ) ]
12901288 [ UnityTest ]
12911289 public IEnumerator TestSendingWithGroupOverride ( )
12921290 {
@@ -1386,8 +1384,6 @@ public enum AllocationType
13861384 List
13871385 }
13881386
1389- // Extending timeout since the added yield return causes this test to commonly timeout
1390- [ Timeout ( 600000 ) ]
13911387 [ UnityTest ]
13921388 public IEnumerator TestSendingWithGroupNotOverride ( )
13931389 {
You can’t perform that action at this time.
0 commit comments