Skip to content

Commit

Permalink
[e2e] Remove unused variables
Browse files Browse the repository at this point in the history
This commit removes deprecated variables in the e2e test configuration.
  • Loading branch information
jrvaldes committed Jul 19, 2022
1 parent 226cf23 commit 22f1516
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions test/e2e/wmco_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,8 @@ import (
)

var (
nodeCreationTime = time.Minute * 35
nodeRetryInterval = time.Minute * 1
cleanupRetryInterval = time.Second * 1
cleanupTimeout = time.Second * 5
nodeCreationTime = time.Minute * 35
nodeRetryInterval = time.Minute * 1
// deploymentRetries is the amount of time to retry creating a Windows Server deployment, to compensate for the
// time it takes to download the Server image to the node
deploymentRetries = 10
Expand Down

0 comments on commit 22f1516

Please sign in to comment.