cmp_client_test.c: relax tight timeout value in test_exec_IR_ses_poll_no_timeout()
Fixes #27165 Reviewed-by: Bernd Edlinger <bernd.edlinger@hotmail.de> Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com> Reviewed-by: Paul Dale <ppzgs1@gmail.com> (Merged from https://github.com/openssl/openssl/pull/27249)
This commit is contained in:
parent
30adecd725
commit
46e14174da
@ -227,7 +227,8 @@ static int test_exec_IR_ses_poll_ok(void)
|
||||
static int test_exec_IR_ses_poll_no_timeout(void)
|
||||
{
|
||||
return test_exec_REQ_ses_poll(OSSL_CMP_PKIBODY_IR, checkAfter,
|
||||
2 /* pollCount */, checkAfter + 4,
|
||||
2 /* pollCount */,
|
||||
checkAfter + 14, /* usually 4 is sufficient */
|
||||
OSSL_CMP_PKISTATUS_accepted);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user