Skip to content

Commit

Permalink
Fixture: Tune deadline for namespace deletion
Browse files Browse the repository at this point in the history
We are running a bit close to the 1m deadline in the re-inspection test.
I believe this is explained by an extra reconcile loop when the
hardwaredetails are updated because of the inspection. No other fixture
test is close to this deadline.

Signed-off-by: Lennart Jern <[email protected]>
  • Loading branch information
lentzi90 committed Jan 23, 2025
1 parent c2cf856 commit 8e3272e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/config/fixture.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ intervals:
inspection/wait-available: ["1m", "1s"]
external-inspection/wait-available: ["5s", "1ms"]
default/wait-deployment: ["5m", "1s"]
default/wait-namespace-deleted: ["1m", "1s"]
default/wait-namespace-deleted: ["2m", "1s"]
ironic/wait-deployment: ["10m", "2s"]
default/wait-registration: ["5s", "5ms"]
default/wait-provisioning: ["1m", "10ms"]
Expand Down

0 comments on commit 8e3272e

Please sign in to comment.