Skip to content

Commit 206023b

Browse files
committed
fix: bring back sleep after port-forward
1 parent afed2a1 commit 206023b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/integration/conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -400,6 +400,7 @@ def deploy_app(kind_cluster, helm_values=None):
400400
)
401401
pf_procs.append(pf_proc)
402402

403+
sleep(1)
403404
# Wait for port-forward
404405
for i in range(10):
405406
try:

0 commit comments

Comments
 (0)