Don't start all tests at the same time.

This commit is contained in:
benbierens 2023-06-26 09:14:02 +02:00
parent 9028711475
commit 55998419ee
No known key found for this signature in database
GPG Key ID: FE44815D96D0A1AA
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ namespace ContinuousTests
foreach (var t in testStarters) foreach (var t in testStarters)
{ {
t.Begin(); t.Begin();
Thread.Sleep(TimeSpan.FromMinutes(5));
} }
while (true) Thread.Sleep((2 ^ 31) - 1); while (true) Thread.Sleep((2 ^ 31) - 1);