You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/NServiceBus.Transport.SQS.AcceptanceTests/NativePubSub/HybridModeRateLimit/When_publishing_one_event_type_to_native_and_non_native_subscribers_in_a_loop_in_the_context_of_incoming_message.cs
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -26,15 +26,15 @@ public class When_publishing_one_event_type_to_native_and_non_native_subscribers
26
26
newTestCase(5)
27
27
{
28
28
NumberOfEvents=1000,
29
-
MessageVisibilityTimeout=180,
29
+
MessageVisibilityTimeout=TimeSpan.FromMinutes(3),
30
30
TestExecutionTimeout=TimeSpan.FromMinutes(3),
31
31
SubscriptionsCacheTTL=TimeSpan.FromMinutes(1),
32
32
NotFoundTopicsCacheTTL=TimeSpan.FromMinutes(1),
33
33
},
34
34
newTestCase(6)
35
35
{
36
36
NumberOfEvents=3000,
37
-
MessageVisibilityTimeout=300,
37
+
MessageVisibilityTimeout=TimeSpan.FromMinutes(5),
38
38
TestExecutionTimeout=TimeSpan.FromMinutes(7),
39
39
SubscriptionsCacheTTL=TimeSpan.FromMinutes(2),
40
40
NotFoundTopicsCacheTTL=TimeSpan.FromMinutes(2),
@@ -75,7 +75,7 @@ public async Task Should_not_rate_exceed(TestCase testCase)
Copy file name to clipboardExpand all lines: src/NServiceBus.Transport.SQS.AcceptanceTests/NativePubSub/HybridModeRateLimit/When_publishing_two_event_types_to_native_and_non_native_subscribers_in_a_loop_in_the_context_of_incoming_message.cs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ public class When_publishing_two_event_types_to_native_and_non_native_subscriber
0 commit comments