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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

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)