e2e: Fix continuous rolling updater to do stop on test completion (#1979)

This commit is contained in:
Yusuke Kuoka
2022-11-03 20:55:36 +09:00
committed by GitHub
parent fdb049ba1e
commit 9bb416084b

View File

@@ -325,6 +325,7 @@ func TestE2E(t *testing.T) {
if !ok {
t.Logf("Stopping the continuous rolling-update of runners")
}
return
default:
time.Sleep(10 * time.Second)