提交 58d16655 编写于 作者: D Dylan Griffith

Add sleep to QA test before installing tiller

Otherwise we ocassionally see a race condition error:

 No API token found for service account "default", retry after the token is automatically created and added to the service account

Waiting 10 seconds should remove this risk.
上级 3d4873fa
......@@ -36,6 +36,9 @@ module QA
if @install_helm_tiller
Page::Project::Operations::Kubernetes::Show.perform do |page|
# We must wait a few seconds for permissions to be setup correctly for new cluster
sleep 10
# Helm must be installed before everything else
page.install!(:helm)
page.await_installed(:helm)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册