test: stabilize execution grant expiry boundary
This commit is contained in:
parent
9eecdf1e53
commit
304acf6be7
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ public sealed class CertificateAuthorityTests : IDisposable
|
||||||
CertificateAuthorityPath = caPath
|
CertificateAuthorityPath = caPath
|
||||||
}));
|
}));
|
||||||
|
|
||||||
var now = DateTimeOffset.UtcNow;
|
var now = DateTimeOffset.FromUnixTimeSeconds(DateTimeOffset.UtcNow.ToUnixTimeSeconds());
|
||||||
var parameters = System.Text.Json.JsonSerializer.SerializeToElement(
|
var parameters = System.Text.Json.JsonSerializer.SerializeToElement(
|
||||||
new SystemBaseInstallParameters(
|
new SystemBaseInstallParameters(
|
||||||
"UTC", "en_US.UTF-8", true, false, 1, ["core"],
|
"UTC", "en_US.UTF-8", true, false, 1, ["core"],
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue