@@ -918,7 +918,7 @@ public void RethrowTargetInvocationException(Action action)
918918 }
919919 }
920920
921- [ Timeout ( 1200000 ) ]
921+ [ Timeout ( 1200000 ) ] // Tracked in MTT-11359
922922 [ TestFixture ( HostOrServer . Host ) ]
923923 [ TestFixture ( HostOrServer . Server ) ]
924924 internal class UniversalRpcTestSendingNoOverride : UniversalRpcTestsBase
@@ -949,7 +949,7 @@ public void TestSendingNoOverride(
949949
950950 }
951951
952- [ Timeout ( 1200000 ) ]
952+ [ Timeout ( 1200000 ) ] // Tracked in MTT-11359
953953 [ TestFixture ( HostOrServer . Host ) ]
954954 [ TestFixture ( HostOrServer . Server ) ]
955955 internal class UniversalRpcTestSenderClientId : UniversalRpcTestsBase
@@ -980,7 +980,7 @@ public void TestSenderClientId(
980980
981981 }
982982
983- [ Timeout ( 1200000 ) ]
983+ [ Timeout ( 1200000 ) ] // Tracked in MTT-11359
984984 [ TestFixture ( HostOrServer . Host ) ]
985985 [ TestFixture ( HostOrServer . Server ) ]
986986 internal class UniversalRpcTestSendingNoOverrideWithParams : UniversalRpcTestsBase
@@ -1023,7 +1023,7 @@ public void TestSendingNoOverrideWithParams(
10231023
10241024 }
10251025
1026- [ Timeout ( 1200000 ) ]
1026+ [ Timeout ( 1200000 ) ] // Tracked in MTT-11359
10271027 [ TestFixture ( HostOrServer . Host ) ]
10281028 [ TestFixture ( HostOrServer . Server ) ]
10291029 internal class UniversalRpcTestSendingNoOverrideWithParamsAndRpcParams : UniversalRpcTestsBase
@@ -1066,7 +1066,7 @@ public void TestSendingNoOverrideWithParamsAndRpcParams(
10661066
10671067 }
10681068
1069- [ Timeout ( 1200000 ) ]
1069+ [ Timeout ( 1200000 ) ] // Tracked in MTT-11359
10701070 [ TestFixture ( HostOrServer . Host ) ]
10711071 [ TestFixture ( HostOrServer . Server ) ]
10721072 internal class UniversalRpcTestRequireOwnership : UniversalRpcTestsBase
@@ -1103,7 +1103,7 @@ public void TestRequireOwnership(
11031103 }
11041104 }
11051105
1106- [ Timeout ( 1200000 ) ]
1106+ [ Timeout ( 1200000 ) ] // Tracked in MTT-11359
11071107 [ TestFixture ( HostOrServer . Host ) ]
11081108 [ TestFixture ( HostOrServer . Server ) ]
11091109 internal class UniversalRpcTestDisallowedOverride : UniversalRpcTestsBase
@@ -1139,7 +1139,7 @@ public void TestDisallowedOverride(
11391139
11401140 }
11411141
1142- [ Timeout ( 1200000 ) ]
1142+ [ Timeout ( 1200000 ) ] // Tracked in MTT-11359
11431143 [ TestFixture ( HostOrServer . Host ) ]
11441144 [ TestFixture ( HostOrServer . Server ) ]
11451145 internal class UniversalRpcTestSendingWithTargetOverride : UniversalRpcTestsBase
@@ -1173,7 +1173,7 @@ public void TestSendingWithTargetOverride(
11731173
11741174 }
11751175
1176- [ Timeout ( 1200000 ) ]
1176+ [ Timeout ( 1200000 ) ] // Tracked in MTT-11359
11771177 [ TestFixture ( HostOrServer . Host ) ]
11781178 [ TestFixture ( HostOrServer . Server ) ]
11791179 internal class UniversalRpcTestSendingWithSingleOverride : UniversalRpcTestsBase
@@ -1221,7 +1221,7 @@ public IEnumerator TestSendingWithSingleOverride()
12211221
12221222 }
12231223
1224- [ Timeout ( 1200000 ) ]
1224+ [ Timeout ( 1200000 ) ] // Tracked in MTT-11359
12251225 [ TestFixture ( HostOrServer . Host ) ]
12261226 [ TestFixture ( HostOrServer . Server ) ]
12271227 internal class UniversalRpcTestSendingWithSingleNotOverride : UniversalRpcTestsBase
@@ -1269,7 +1269,7 @@ public IEnumerator TestSendingWithSingleNotOverride()
12691269
12701270 }
12711271
1272- [ Timeout ( 1200000 ) ]
1272+ [ Timeout ( 1200000 ) ] // Tracked in MTT-11359
12731273 [ TestFixture ( HostOrServer . Host ) ]
12741274 [ TestFixture ( HostOrServer . Server ) ]
12751275 internal class UniversalRpcTestSendingWithGroupOverride : UniversalRpcTestsBase
@@ -1348,7 +1348,7 @@ [Values] AllocationType allocationType
13481348 }
13491349
13501350
1351- [ Timeout ( 1200000 ) ]
1351+ [ Timeout ( 1200000 ) ] // Tracked in MTT-11359
13521352 [ TestFixture ( HostOrServer . Host ) ]
13531353 [ TestFixture ( HostOrServer . Server ) ]
13541354 internal class UniversalRpcTestSendingWithGroupNotOverride : UniversalRpcTestsBase
@@ -1427,7 +1427,7 @@ [Values] AllocationType allocationType
14271427 }
14281428 }
14291429
1430- [ Timeout ( 1200000 ) ]
1430+ [ Timeout ( 1200000 ) ] // Tracked in MTT-11359
14311431 [ TestFixture ( HostOrServer . Host ) ]
14321432 [ TestFixture ( HostOrServer . Server ) ]
14331433 internal class UniversalRpcTestDefaultSendToSpecifiedInParamsSendingToServerAndOwner : UniversalRpcTestsBase
@@ -1438,7 +1438,7 @@ public UniversalRpcTestDefaultSendToSpecifiedInParamsSendingToServerAndOwner(Hos
14381438 }
14391439 }
14401440
1441- [ Timeout ( 1200000 ) ]
1441+ [ Timeout ( 1200000 ) ] // Tracked in MTT-11359
14421442 [ TestFixture ( HostOrServer . Host ) ]
14431443 [ TestFixture ( HostOrServer . Server ) ]
14441444 internal class UniversalRpcTestDeferLocal : UniversalRpcTestsBase
@@ -1626,7 +1626,7 @@ public IEnumerator TestDeferLocalOverrideToFalse()
16261626
16271627 }
16281628
1629- [ Timeout ( 1200000 ) ]
1629+ [ Timeout ( 1200000 ) ] // Tracked in MTT-11359
16301630 [ TestFixture ( HostOrServer . Host ) ]
16311631 [ TestFixture ( HostOrServer . Server ) ]
16321632 internal class UniversalRpcTestMutualRecursion : UniversalRpcTestsBase
@@ -1676,7 +1676,7 @@ public void TestMutualRecursion()
16761676
16771677 }
16781678
1679- [ Timeout ( 1200000 ) ]
1679+ [ Timeout ( 1200000 ) ] // Tracked in MTT-11359
16801680 [ TestFixture ( HostOrServer . Host ) ]
16811681 [ TestFixture ( HostOrServer . Server ) ]
16821682 internal class UniversalRpcTestSelfRecursion : UniversalRpcTestsBase
@@ -1716,7 +1716,7 @@ public void TestSelfRecursion()
17161716
17171717 }
17181718
1719- [ Timeout ( 1200000 ) ]
1719+ [ Timeout ( 1200000 ) ] // Tracked in MTT-11359
17201720 [ TestFixture ( ObjType . Server ) ]
17211721 [ TestFixture ( ObjType . Client ) ]
17221722 internal class UniversalRpcTestRpcTargetUse : UniversalRpcTestsBase
0 commit comments