e2e: Fix continuous rolling updater to do stop on test completion (#1979)
This commit is contained in:
parent
fdb049ba1e
commit
9bb416084b
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue