@@ -918,7 +918,6 @@ public void RethrowTargetInvocationException(Action action)
918918 }
919919 }
920920
921- [ Timeout ( 1200000 ) ] // Tracked in MTT-11359
922921 [ TestFixture ( HostOrServer . Host ) ]
923922 [ TestFixture ( HostOrServer . Server ) ]
924923 internal class UniversalRpcTestSendingNoOverride : UniversalRpcTestsBase
@@ -949,7 +948,6 @@ public void TestSendingNoOverride(
949948
950949 }
951950
952- [ Timeout ( 1200000 ) ] // Tracked in MTT-11359
953951 [ TestFixture ( HostOrServer . Host ) ]
954952 [ TestFixture ( HostOrServer . Server ) ]
955953 internal class UniversalRpcTestSenderClientId : UniversalRpcTestsBase
@@ -980,7 +978,6 @@ public void TestSenderClientId(
980978
981979 }
982980
983- [ Timeout ( 1200000 ) ] // Tracked in MTT-11359
984981 [ TestFixture ( HostOrServer . Host ) ]
985982 [ TestFixture ( HostOrServer . Server ) ]
986983 internal class UniversalRpcTestSendingNoOverrideWithParams : UniversalRpcTestsBase
@@ -1023,7 +1020,6 @@ public void TestSendingNoOverrideWithParams(
10231020
10241021 }
10251022
1026- [ Timeout ( 1200000 ) ] // Tracked in MTT-11359
10271023 [ TestFixture ( HostOrServer . Host ) ]
10281024 [ TestFixture ( HostOrServer . Server ) ]
10291025 internal class UniversalRpcTestSendingNoOverrideWithParamsAndRpcParams : UniversalRpcTestsBase
@@ -1066,7 +1062,6 @@ public void TestSendingNoOverrideWithParamsAndRpcParams(
10661062
10671063 }
10681064
1069- [ Timeout ( 1200000 ) ] // Tracked in MTT-11359
10701065 [ TestFixture ( HostOrServer . Host ) ]
10711066 [ TestFixture ( HostOrServer . Server ) ]
10721067 internal class UniversalRpcTestRequireOwnership : UniversalRpcTestsBase
@@ -1103,7 +1098,6 @@ public void TestRequireOwnership(
11031098 }
11041099 }
11051100
1106- [ Timeout ( 1200000 ) ] // Tracked in MTT-11359
11071101 [ TestFixture ( HostOrServer . Host ) ]
11081102 [ TestFixture ( HostOrServer . Server ) ]
11091103 internal class UniversalRpcTestDisallowedOverride : UniversalRpcTestsBase
@@ -1139,7 +1133,6 @@ public void TestDisallowedOverride(
11391133
11401134 }
11411135
1142- [ Timeout ( 1200000 ) ] // Tracked in MTT-11359
11431136 [ TestFixture ( HostOrServer . Host ) ]
11441137 [ TestFixture ( HostOrServer . Server ) ]
11451138 internal class UniversalRpcTestSendingWithTargetOverride : UniversalRpcTestsBase
@@ -1173,7 +1166,6 @@ public void TestSendingWithTargetOverride(
11731166
11741167 }
11751168
1176- [ Timeout ( 1200000 ) ] // Tracked in MTT-11359
11771169 [ TestFixture ( HostOrServer . Host ) ]
11781170 [ TestFixture ( HostOrServer . Server ) ]
11791171 internal class UniversalRpcTestSendingWithSingleOverride : UniversalRpcTestsBase
@@ -1221,7 +1213,6 @@ public IEnumerator TestSendingWithSingleOverride()
12211213
12221214 }
12231215
1224- [ Timeout ( 1200000 ) ] // Tracked in MTT-11359
12251216 [ TestFixture ( HostOrServer . Host ) ]
12261217 [ TestFixture ( HostOrServer . Server ) ]
12271218 internal class UniversalRpcTestSendingWithSingleNotOverride : UniversalRpcTestsBase
@@ -1269,7 +1260,6 @@ public IEnumerator TestSendingWithSingleNotOverride()
12691260
12701261 }
12711262
1272- [ Timeout ( 1200000 ) ] // Tracked in MTT-11359
12731263 [ TestFixture ( HostOrServer . Host ) ]
12741264 [ TestFixture ( HostOrServer . Server ) ]
12751265 internal class UniversalRpcTestSendingWithGroupOverride : UniversalRpcTestsBase
@@ -1347,8 +1337,6 @@ [Values] AllocationType allocationType
13471337 }
13481338 }
13491339
1350-
1351- [ Timeout ( 1200000 ) ] // Tracked in MTT-11359
13521340 [ TestFixture ( HostOrServer . Host ) ]
13531341 [ TestFixture ( HostOrServer . Server ) ]
13541342 internal class UniversalRpcTestSendingWithGroupNotOverride : UniversalRpcTestsBase
@@ -1427,7 +1415,6 @@ [Values] AllocationType allocationType
14271415 }
14281416 }
14291417
1430- [ Timeout ( 1200000 ) ] // Tracked in MTT-11359
14311418 [ TestFixture ( HostOrServer . Host ) ]
14321419 [ TestFixture ( HostOrServer . Server ) ]
14331420 internal class UniversalRpcTestDefaultSendToSpecifiedInParamsSendingToServerAndOwner : UniversalRpcTestsBase
@@ -1438,7 +1425,6 @@ public UniversalRpcTestDefaultSendToSpecifiedInParamsSendingToServerAndOwner(Hos
14381425 }
14391426 }
14401427
1441- [ Timeout ( 1200000 ) ] // Tracked in MTT-11359
14421428 [ TestFixture ( HostOrServer . Host ) ]
14431429 [ TestFixture ( HostOrServer . Server ) ]
14441430 internal class UniversalRpcTestDeferLocal : UniversalRpcTestsBase
@@ -1626,7 +1612,6 @@ public IEnumerator TestDeferLocalOverrideToFalse()
16261612
16271613 }
16281614
1629- [ Timeout ( 1200000 ) ] // Tracked in MTT-11359
16301615 [ TestFixture ( HostOrServer . Host ) ]
16311616 [ TestFixture ( HostOrServer . Server ) ]
16321617 internal class UniversalRpcTestMutualRecursion : UniversalRpcTestsBase
@@ -1676,7 +1661,6 @@ public void TestMutualRecursion()
16761661
16771662 }
16781663
1679- [ Timeout ( 1200000 ) ] // Tracked in MTT-11359
16801664 [ TestFixture ( HostOrServer . Host ) ]
16811665 [ TestFixture ( HostOrServer . Server ) ]
16821666 internal class UniversalRpcTestSelfRecursion : UniversalRpcTestsBase
@@ -1715,8 +1699,7 @@ public void TestSelfRecursion()
17151699 }
17161700
17171701 }
1718-
1719- [ Timeout ( 1200000 ) ] // Tracked in MTT-11359
1702+
17201703 [ TestFixture ( ObjType . Server ) ]
17211704 [ TestFixture ( ObjType . Client ) ]
17221705 internal class UniversalRpcTestRpcTargetUse : UniversalRpcTestsBase
0 commit comments