We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afed2a1 commit 206023bCopy full SHA for 206023b
1 file changed
tests/integration/conftest.py
@@ -400,6 +400,7 @@ def deploy_app(kind_cluster, helm_values=None):
400
)
401
pf_procs.append(pf_proc)
402
403
+ sleep(1)
404
# Wait for port-forward
405
for i in range(10):
406
try:
0 commit comments