@@ -918,6 +918,7 @@ public void RethrowTargetInvocationException(Action action)
918
918
}
919
919
}
920
920
921
+ [ Timeout ( 1200000 ) ]
921
922
[ TestFixture ( HostOrServer . Host ) ]
922
923
[ TestFixture ( HostOrServer . Server ) ]
923
924
internal class UniversalRpcTestSendingNoOverride : UniversalRpcTestsBase
@@ -948,6 +949,7 @@ public void TestSendingNoOverride(
948
949
949
950
}
950
951
952
+ [ Timeout ( 1200000 ) ]
951
953
[ TestFixture ( HostOrServer . Host ) ]
952
954
[ TestFixture ( HostOrServer . Server ) ]
953
955
internal class UniversalRpcTestSenderClientId : UniversalRpcTestsBase
@@ -978,6 +980,7 @@ public void TestSenderClientId(
978
980
979
981
}
980
982
983
+ [ Timeout ( 1200000 ) ]
981
984
[ TestFixture ( HostOrServer . Host ) ]
982
985
[ TestFixture ( HostOrServer . Server ) ]
983
986
internal class UniversalRpcTestSendingNoOverrideWithParams : UniversalRpcTestsBase
@@ -1020,6 +1023,7 @@ public void TestSendingNoOverrideWithParams(
1020
1023
1021
1024
}
1022
1025
1026
+ [ Timeout ( 1200000 ) ]
1023
1027
[ TestFixture ( HostOrServer . Host ) ]
1024
1028
[ TestFixture ( HostOrServer . Server ) ]
1025
1029
internal class UniversalRpcTestSendingNoOverrideWithParamsAndRpcParams : UniversalRpcTestsBase
@@ -1062,6 +1066,7 @@ public void TestSendingNoOverrideWithParamsAndRpcParams(
1062
1066
1063
1067
}
1064
1068
1069
+ [ Timeout ( 1200000 ) ]
1065
1070
[ TestFixture ( HostOrServer . Host ) ]
1066
1071
[ TestFixture ( HostOrServer . Server ) ]
1067
1072
internal class UniversalRpcTestRequireOwnership : UniversalRpcTestsBase
@@ -1098,6 +1103,7 @@ public void TestRequireOwnership(
1098
1103
}
1099
1104
}
1100
1105
1106
+ [ Timeout ( 1200000 ) ]
1101
1107
[ TestFixture ( HostOrServer . Host ) ]
1102
1108
[ TestFixture ( HostOrServer . Server ) ]
1103
1109
internal class UniversalRpcTestDisallowedOverride : UniversalRpcTestsBase
@@ -1133,6 +1139,7 @@ public void TestDisallowedOverride(
1133
1139
1134
1140
}
1135
1141
1142
+ [ Timeout ( 1200000 ) ]
1136
1143
[ TestFixture ( HostOrServer . Host ) ]
1137
1144
[ TestFixture ( HostOrServer . Server ) ]
1138
1145
internal class UniversalRpcTestSendingWithTargetOverride : UniversalRpcTestsBase
@@ -1166,6 +1173,7 @@ public void TestSendingWithTargetOverride(
1166
1173
1167
1174
}
1168
1175
1176
+ [ Timeout ( 1200000 ) ]
1169
1177
[ TestFixture ( HostOrServer . Host ) ]
1170
1178
[ TestFixture ( HostOrServer . Server ) ]
1171
1179
internal class UniversalRpcTestSendingWithSingleOverride : UniversalRpcTestsBase
@@ -1213,6 +1221,7 @@ public IEnumerator TestSendingWithSingleOverride()
1213
1221
1214
1222
}
1215
1223
1224
+ [ Timeout ( 1200000 ) ]
1216
1225
[ TestFixture ( HostOrServer . Host ) ]
1217
1226
[ TestFixture ( HostOrServer . Server ) ]
1218
1227
internal class UniversalRpcTestSendingWithSingleNotOverride : UniversalRpcTestsBase
@@ -1261,7 +1270,7 @@ public IEnumerator TestSendingWithSingleNotOverride()
1261
1270
}
1262
1271
1263
1272
[ Timeout ( 1200000 ) ]
1264
- [ TestFixture ( HostOrServer . Host ) ]
1273
+ [ TestFixture ( HostOrServer . Host ) ]
1265
1274
[ TestFixture ( HostOrServer . Server ) ]
1266
1275
internal class UniversalRpcTestSendingWithGroupOverride : UniversalRpcTestsBase
1267
1276
{
@@ -1288,7 +1297,6 @@ public enum AllocationType
1288
1297
1289
1298
// Extending timeout since the added yield return causes this test to commonly timeout
1290
1299
[ Test ]
1291
- [ Ignore ( "Test Needs Refactor" ) ]
1292
1300
public void TestSendingWithGroupOverride (
1293
1301
[ Values ] SendTo defaultSendTo ,
1294
1302
[ ValueSource ( nameof ( RecipientGroups ) ) ] ulong [ ] recipient ,
@@ -1339,7 +1347,7 @@ [Values] AllocationType allocationType
1339
1347
}
1340
1348
}
1341
1349
1342
-
1350
+
1343
1351
[ Timeout ( 1200000 ) ]
1344
1352
[ TestFixture ( HostOrServer . Host ) ]
1345
1353
[ TestFixture ( HostOrServer . Server ) ]
@@ -1366,10 +1374,9 @@ public enum AllocationType
1366
1374
List
1367
1375
}
1368
1376
1369
-
1377
+
1370
1378
// Extending timeout since the added yield return causes this test to commonly timeout
1371
1379
[ Test ]
1372
- [ Ignore ( "Test Needs Refactor" ) ]
1373
1380
public void TestSendingWithGroupNotOverride (
1374
1381
[ Values ] SendTo defaultSendTo ,
1375
1382
[ ValueSource ( nameof ( RecipientGroups ) ) ] ulong [ ] recipient ,
@@ -1420,6 +1427,7 @@ [Values] AllocationType allocationType
1420
1427
}
1421
1428
}
1422
1429
1430
+ [ Timeout ( 1200000 ) ]
1423
1431
[ TestFixture ( HostOrServer . Host ) ]
1424
1432
[ TestFixture ( HostOrServer . Server ) ]
1425
1433
internal class UniversalRpcTestDefaultSendToSpecifiedInParamsSendingToServerAndOwner : UniversalRpcTestsBase
@@ -1430,6 +1438,7 @@ public UniversalRpcTestDefaultSendToSpecifiedInParamsSendingToServerAndOwner(Hos
1430
1438
}
1431
1439
}
1432
1440
1441
+ [ Timeout ( 1200000 ) ]
1433
1442
[ TestFixture ( HostOrServer . Host ) ]
1434
1443
[ TestFixture ( HostOrServer . Server ) ]
1435
1444
internal class UniversalRpcTestDeferLocal : UniversalRpcTestsBase
@@ -1617,6 +1626,7 @@ public IEnumerator TestDeferLocalOverrideToFalse()
1617
1626
1618
1627
}
1619
1628
1629
+ [ Timeout ( 1200000 ) ]
1620
1630
[ TestFixture ( HostOrServer . Host ) ]
1621
1631
[ TestFixture ( HostOrServer . Server ) ]
1622
1632
internal class UniversalRpcTestMutualRecursion : UniversalRpcTestsBase
@@ -1666,6 +1676,7 @@ public void TestMutualRecursion()
1666
1676
1667
1677
}
1668
1678
1679
+ [ Timeout ( 1200000 ) ]
1669
1680
[ TestFixture ( HostOrServer . Host ) ]
1670
1681
[ TestFixture ( HostOrServer . Server ) ]
1671
1682
internal class UniversalRpcTestSelfRecursion : UniversalRpcTestsBase
@@ -1705,6 +1716,7 @@ public void TestSelfRecursion()
1705
1716
1706
1717
}
1707
1718
1719
+ [ Timeout ( 1200000 ) ]
1708
1720
[ TestFixture ( ObjType . Server ) ]
1709
1721
[ TestFixture ( ObjType . Client ) ]
1710
1722
internal class UniversalRpcTestRpcTargetUse : UniversalRpcTestsBase
0 commit comments