mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
e2e: vault increase timeout
Increase the timeout for vaultsecrets. As the default interval is 0.1s, 10 retries mean it only retries for one second, a very short time for some waiting scenarios in the test (e.g. starting allocs, etc).
This commit is contained in:
@@ -83,7 +83,7 @@ func (tc *VaultSecretsTest) TestVaultSecrets(f *framework.F) {
|
||||
pkiCertIssue := tc.pkiPath + "/issue/nomad"
|
||||
policyID := "access-secrets-" + testID
|
||||
index := 0
|
||||
wc := &e2e.WaitConfig{Retries: 10}
|
||||
wc := &e2e.WaitConfig{Retries: 500}
|
||||
interval, retries := wc.OrDefault()
|
||||
|
||||
setupCmds := []string{
|
||||
|
||||
Reference in New Issue
Block a user