Skip to content

Commit

Permalink
Try adding a small delay
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyKuhne committed Feb 4, 2024
1 parent 4d9d689 commit 2a3c22f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/thirtytwo_tests/Xunit/RetryTestCase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ public override async Task<RunSummary> RunAsync(
}

diagnosticMessageSink.OnMessage(new DiagnosticMessage($"Execution of '{DisplayName}' failed (attempt #{runCount}), retrying..."));

Thread.Sleep(50); // Just to space things out a bit
}
}

Expand Down

0 comments on commit 2a3c22f

Please sign in to comment.