Skip to content

Commit

Permalink
Increase timeout for waiting for vault kv create secret action
Browse files Browse the repository at this point in the history
  • Loading branch information
saltiyazan committed May 31, 2024
1 parent 80fa8a0 commit 96b9600
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/integration/test_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ async def test_given_vault_kv_requirer_related_when_create_secret_then_secret_is
)

await ops_test.model.get_action_output(
action_uuid=vault_kv_create_secret_action.entity_id, wait=30
action_uuid=vault_kv_create_secret_action.entity_id, wait=300
)

vault_kv_get_secret_action = await vault_kv_unit.run_action(
Expand Down Expand Up @@ -335,7 +335,7 @@ async def test_given_vault_kv_requirer_related_and_requirer_pod_crashes_when_cre
)

await ops_test.model.get_action_output(
action_uuid=vault_kv_create_secret_action.entity_id, wait=30
action_uuid=vault_kv_create_secret_action.entity_id, wait=300
)

vault_kv_get_secret_action = await vault_kv_unit.run_action(
Expand Down

0 comments on commit 96b9600

Please sign in to comment.