Skip to content

Commit

Permalink
Add a longer delay to ingress replace test
Browse files Browse the repository at this point in the history
We are still having problems with the namespace not shutting down
before starting the next test and therefore Kopf resuming management
of residual objects. Until that's fixed properly, increase the delay
for test_replace in the hope that things will sort themselves out if
we give them a bit more time.
  • Loading branch information
rra committed Aug 21, 2024
1 parent 56e125b commit bc58d95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/operator/ingress_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ async def test_replace(

with operator_running("gafaelfawr.operator"):
await create_custom_resources(api_client, [ingress])
await asyncio.sleep(1)
await asyncio.sleep(2)

await assert_resources_match(api_client, [expected])
status = KubernetesResourceStatus(
Expand Down

0 comments on commit bc58d95

Please sign in to comment.