mirror of
https://github.com/vacp2p/cs-codex-dist-tests.git
synced 2025-02-23 07:48:27 +00:00
Adds one post-test log download
This commit is contained in:
parent
c762e30331
commit
8b3589a489
@ -27,6 +27,12 @@ namespace ContinuousTests
|
|||||||
|
|
||||||
cancelToken.WaitHandle.WaitOne(TimeSpan.FromSeconds(15));
|
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()
|
private void UpdateLogs()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user