Skip to content

Commit

Permalink
Add more time to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
victor-carvalho committed Jul 20, 2020
1 parent 1ad4846 commit 037c6fe
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions controller/controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6471,7 +6471,7 @@ containers:
pods,
scheduler,
nil,
time.Second,
10 * time.Second,
10,
1,
)
Expand Down Expand Up @@ -6513,7 +6513,7 @@ containers:
pods,
scheduler,
opManager,
time.Second,
10 * time.Second,
10,
1,
)
Expand Down Expand Up @@ -6576,7 +6576,7 @@ containers:
pods,
scheduler,
opManager,
time.Second,
10 * time.Second,
10,
1,
)
Expand Down Expand Up @@ -6630,7 +6630,7 @@ containers:
pods,
scheduler,
opManager,
time.Second,
10 * time.Second,
10,
1,
)
Expand Down Expand Up @@ -6700,7 +6700,7 @@ containers:
pods,
scheduler,
opManager,
time.Second,
10 * time.Second,
10,
1,
)
Expand Down

0 comments on commit 037c6fe

Please sign in to comment.