Skip to content

Commit

Permalink
Merge pull request #915 from spencerhance/update-test-affinity-timeout
Browse files Browse the repository at this point in the history
Bump TestAffinity transition timeout from 5 to 10 minutes
  • Loading branch information
k8s-ci-robot committed Oct 25, 2019
2 parents 76a509c + f072f26 commit 8dc42e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/e2e-test/affinity_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ import (
)

const (
transitionPollTimeout = 5 * time.Minute
transitionPollTimeout = 10 * time.Minute
tansitionPollInterval = 30 * time.Second
)

Expand Down

0 comments on commit 8dc42e8

Please sign in to comment.