Adds one post-test log download

This commit is contained in:
benbierens 2023-07-21 09:00:07 +02:00
parent c762e30331
commit 8b3589a489
No known key found for this signature in database
GPG Key ID: FE44815D96D0A1AA
1 changed files with 6 additions and 0 deletions

View File

@ -27,6 +27,12 @@ namespace ContinuousTests
cancelToken.WaitHandle.WaitOne(TimeSpan.FromSeconds(15));
}
// After testing has stopped, we wait a little bit and fetch the logs one more time.
// If our latest fetch was not recent, interesting test-related log activity might
// not have been captured yet.
Thread.Sleep(TimeSpan.FromSeconds(10));
UpdateLogs();
}
private void UpdateLogs()