Skip to content

Commit

Permalink
CI: Throw Exception if namespace not deleted after 20s
Browse files Browse the repository at this point in the history
  • Loading branch information
manics committed Oct 14, 2024
1 parent 7520395 commit 263bf89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,7 @@ async def _delete_namespace(client, namespace):
else:
print("waiting for %s to delete" % namespace)
await asyncio.sleep(1)
raise Exception(f"Namespace {namespace} not deleted after 20 s")


@pytest_asyncio.fixture(scope="session")
Expand Down

0 comments on commit 263bf89

Please sign in to comment.