Skip to content

Commit

Permalink
fix: increased timeout in kfp-api integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Chvets committed Sep 19, 2023
1 parent b68d9fb commit da914ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charms/kfp-api/tests/integration/test_charm.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ async def test_build_and_deploy(self, ops_test: OpsTest):
status="active",
raise_on_blocked=False,
raise_on_error=False,
timeout=90 * 20,
timeout=90 * 30,
)

# FIXME: this test case belongs in unit tests as it is asserting the status of the
Expand Down

0 comments on commit da914ee

Please sign in to comment.