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 Update to api 1.0.1 and sdk 0.1.8 2019-04-15 14:10:07 -04:00
test-fixtures cert/tests: fix tests due to cert expiry (#6647) 2019-04-26 16:49:30 -07:00
backend.go Fetch CRLs from a user defined URL (#17136) 2022-09-16 16:44:30 -05:00
backend_test.go update gofumpt to 0.3.1 and reformat the repo (#17055) 2022-09-07 17:31:20 -07:00
cli.go Spelling (#4119) 2018-03-20 14:54:10 -04:00
path_certs.go auth/cert: Add certificate extensions as metadata (#13348) 2022-01-03 13:38:16 -08:00
path_config.go auth/cert: Add metadata to identity-alias (#14751) 2022-08-23 11:03:53 -07:00
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 VAULT-6727 Adjust cert and approle role resolution, add more tests (#16341) 2022-07-20 09:24:06 -04:00