Don't start all tests at the same time.
This commit is contained in:
parent
9028711475
commit
55998419ee
|
@ -26,6 +26,7 @@ namespace ContinuousTests
|
|||
foreach (var t in testStarters)
|
||||
{
|
||||
t.Begin();
|
||||
Thread.Sleep(TimeSpan.FromMinutes(5));
|
||||
}
|
||||
|
||||
while (true) Thread.Sleep((2 ^ 31) - 1);
|
||||
|
|
Loading…
Reference in New Issue