From e0a7be253e447ee5637b406a091c35192b0ec2fb Mon Sep 17 00:00:00 2001 From: Yusuke Kuoka Date: Sat, 27 Aug 2022 07:11:17 +0000 Subject: [PATCH] e2e: Change the default runner rolling-update interval from 10s to 60s to let the runners actually get jobs assigned by GitHub Actions --- test/e2e/e2e_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/e2e_test.go b/test/e2e/e2e_test.go index 32576da0..0e4073ae 100644 --- a/test/e2e/e2e_test.go +++ b/test/e2e/e2e_test.go @@ -225,7 +225,7 @@ func TestE2E(t *testing.T) { t.Logf("Stopping the continuous rolling-update of runners") } default: - time.Sleep(10 * time.Second) + time.Sleep(60 * time.Second) t.Run(fmt.Sprintf("update runners attempt %d", i), func(t *testing.T) { env.deploy(t, RunnerSets, testID, fmt.Sprintf("ROLLING_UPDATE_PHASE=%d", i))