[성현모] Client Test Delay 수정

This commit is contained in:
SHM
2025-04-28 09:11:08 +09:00
parent 2f4de240b0
commit b606d39577

View File

@ -85,7 +85,7 @@
await InvokeAsync(() => refVPKIApiTbscsr.OnClickGenerateTbscsr()); await InvokeAsync(() => refVPKIApiTbscsr.OnClickGenerateTbscsr());
await Task.Delay(100); await Task.Delay(100);
await InvokeAsync(async () => await refVPKIApiTbscsr.OnClickSendTbscsr()); await InvokeAsync(async () => await refVPKIApiTbscsr.OnClickSendTbscsr());
await Task.Delay(100); await Task.Delay(2000);
//certificate //certificate
await InvokeAsync(() => refVPKIApiCertificate.OnClickSignedHash()); await InvokeAsync(() => refVPKIApiCertificate.OnClickSignedHash());