Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
E2E: change timing of
vaultsecrets
test to guarantee lease window (#…
…20200) We've been getting a couple of errors from this test on nightly where the template hasn't rendered by the time we expect it to. I've run some tests locally and this may be a timing issue introduced by recent code changes to templates. Move the start of the timer to after we're guaranteed that we've got a secret lease TTL started, to eliminate this as a source of flakiness. In my tests this adds another ~5s to a test that already takes over a minute to run anyways.
- Loading branch information