e2e: Change the default runner rolling-update interval from 10s to 60s to let the runners actually get jobs assigned by GitHub Actions
This commit is contained in:
parent
915739b972
commit
e0a7be253e
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Reference in New Issue