Skip to content

Commit 85ca689

Browse files
test
Increasing timeout for 2 URPC tests that commonly timeout.
1 parent b722b21 commit 85ca689

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+
[Timeout(360000)]
12881289
[UnityTest]
12891290
public IEnumerator TestSendingWithGroupOverride()
12901291
{
@@ -1378,6 +1379,7 @@ public enum AllocationType
13781379
List
13791380
}
13801381

1382+
[Timeout(360000)]
13811383
[UnityTest]
13821384
public IEnumerator TestSendingWithGroupNotOverride()
13831385
{

0 commit comments

Comments
 (0)