Increase test timeouts to avoid CI test failures (#3554)

This commit is contained in:
Nikola Jokic
2024-06-21 13:45:48 +02:00
committed by GitHub
parent 6276c84493
commit b349ded2be
4 changed files with 64 additions and 65 deletions

View File

@@ -34,7 +34,7 @@ import (
)
const (
autoscalingRunnerSetTestTimeout = time.Second * 5
autoscalingRunnerSetTestTimeout = time.Second * 20
autoscalingRunnerSetTestInterval = time.Millisecond * 250
autoscalingRunnerSetTestGitHubToken = "gh_token"
)