Skip to content

Commit

Permalink
Fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
niemyjski committed Jan 31, 2025
1 parent 3bf216b commit 1503872
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/Foundatio.Redis.Tests/Queues/RedisQueueTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ protected override IQueue<SimpleWorkItem> GetQueue(int retries = 1, TimeSpan? wo
.DeadLetterMaxItems(deadLetterMaxItems)
.TimeProvider(timeProvider ?? TimeProvider.System)
.WorkItemTimeout(workItemTimeout.GetValueOrDefault(TimeSpan.FromMinutes(5)))
.MetricsPollingInterval(TimeSpan.Zero)
.RunMaintenanceTasks(runQueueMaintenance)
.LoggerFactory(Log)
);
Expand Down

0 comments on commit 1503872

Please sign in to comment.