Skip to content

Commit 7f43129

Browse files
style
adding comments
1 parent 85ca689 commit 7f43129

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

com.unity.netcode.gameobjects/Tests/Runtime/UniversalRpcTests.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1285,6 +1285,7 @@ public enum AllocationType
12851285
List
12861286
}
12871287

1288+
// Extending timeout since the added yield return causes this test to commonly timeout
12881289
[Timeout(360000)]
12891290
[UnityTest]
12901291
public IEnumerator TestSendingWithGroupOverride()
@@ -1379,6 +1380,7 @@ public enum AllocationType
13791380
List
13801381
}
13811382

1383+
// Extending timeout since the added yield return causes this test to commonly timeout
13821384
[Timeout(360000)]
13831385
[UnityTest]
13841386
public IEnumerator TestSendingWithGroupNotOverride()

0 commit comments

Comments
 (0)