Skip to content

Commit

Permalink
Increase the timeout to 5 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
0xced committed Feb 4, 2024
1 parent a59f9fa commit e65b462
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public async Task RestartMultipleTimes(Type containerBuilderType)
try
{
// Given
var timeoutSource = new CancellationTokenSource(TimeSpan.FromSeconds(60));
var timeoutSource = new CancellationTokenSource(TimeSpan.FromMinutes(5));

// When
var exception = await RestartAsync(container, timeoutSource.Token);
Expand Down

0 comments on commit e65b462

Please sign in to comment.