Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Chvets committed Sep 19, 2023
1 parent 7b9cb40 commit f27c052
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 * 220,
timeout=90 * 20,
)

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

0 comments on commit f27c052

Please sign in to comment.