open-vault/builtin/credential/cert
Alexander Scheel f463b3d3e8
Increase sleep to fix CI cert auth test failure (#17332)
The periodic function only runs every 50ms, so waiting 60ms means we
might not be done fetching the CRL on slower CI systems or with high
test parallelism.

Tested with:

> untilfail -parallel=-9 ../../../cert.test -test.run=TestCRLFetch -test.count=1 -test.v

And shown to reliably fail before, fixed after.

Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com>

Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com>
2022-09-27 17:44:27 -04:00
..
cmd/cert
test-fixtures
backend.go Fetch CRLs from a user defined URL (#17136) 2022-09-16 16:44:30 -05:00
backend_test.go
cli.go
path_certs.go
path_config.go
path_crls.go Fetch CRLs from a user defined URL (#17136) 2022-09-16 16:44:30 -05:00
path_crls_test.go Increase sleep to fix CI cert auth test failure (#17332) 2022-09-27 17:44:27 -04:00
path_login.go Fetch CRLs from a user defined URL (#17136) 2022-09-16 16:44:30 -05:00
path_login_test.go