Merge pull request #491 from RainbowMango/pr_enlarge_e2e_timeout

Increase E2E poll timeout setting
This commit is contained in:
karmada-bot 2021-07-07 19:19:25 +08:00 committed by GitHub
commit 75715e1669
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ const (
// pollInterval defines the interval time for a poll operation.
pollInterval = 5 * time.Second
// pollTimeout defines the time after which the poll operation times out.
pollTimeout = 60 * time.Second
pollTimeout = 300 * time.Second
// MinimumCluster represents the minimum number of member clusters to run E2E test.
MinimumCluster = 2