Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Gu <[email protected]>
  • Loading branch information
tylergu committed Nov 19, 2023
1 parent 6e95f5d commit 615731c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions acto/deploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ def deploy(self,
if not wait_for_pod_ready(api_client):
logger.error('Failed to deploy operator')
return False

time.sleep(20)

print_event('Operator deployed')
return True
Expand Down

0 comments on commit 615731c

Please sign in to comment.