We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85ca689 commit 7f43129Copy full SHA for 7f43129
com.unity.netcode.gameobjects/Tests/Runtime/UniversalRpcTests.cs
@@ -1285,6 +1285,7 @@ public enum AllocationType
1285
List
1286
}
1287
1288
+ // Extending timeout since the added yield return causes this test to commonly timeout
1289
[Timeout(360000)]
1290
[UnityTest]
1291
public IEnumerator TestSendingWithGroupOverride()
@@ -1379,6 +1380,7 @@ public enum AllocationType
1379
1380
1381
1382
1383
1384
1385
1386
public IEnumerator TestSendingWithGroupNotOverride()
0 commit comments