mirror of
https://github.com/hashicorp/vault.git
synced 2025-11-22 03:01:10 +01:00
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>