Skip to content

Commit

Permalink
Merge pull request #2046 from Nordix/lentzi90/adjust-test-deadlines
Browse files Browse the repository at this point in the history
🌱 Adjust test and linter timings
  • Loading branch information
metal3-io-bot authored Nov 8, 2024
2 parents 70bc8d4 + f583450 commit 08401af
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .golangci.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
run:
deadline: 5m
deadline: 10m
skip-dirs:
- mock*
skip-files:
Expand Down
2 changes: 1 addition & 1 deletion pkg/provisioner/fixture/fixture.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
var log = logz.New().WithName("provisioner").WithName("fixture")
var deprovisionRequeueDelay = time.Second * 10
var provisionRequeueDelay = time.Second * 10
var inspectionRequeueDelay = time.Second * 5
var inspectionRequeueDelay = time.Second * 2

type fixtureHostConfigData struct {
userData string
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/config/fixture.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ intervals:
inspection/wait-registering: ["5s", "10ms"]
inspection/wait-registration-error: ["5s", "10ms"]
inspection/wait-inspecting: ["5s", "10ms"]
inspection/wait-available: ["5s", "1ms"]
inspection/wait-available: ["5s", "10ms"]
external-inspection/wait-available: ["5s", "1ms"]
default/wait-deployment: ["5m", "1s"]
default/wait-namespace-deleted: ["1m", "1s"]
Expand Down

0 comments on commit 08401af

Please sign in to comment.