Skip to content

Commit

Permalink
increase 1 timeout in external-inspection test
Browse files Browse the repository at this point in the history
this commit:
  - increases the timeout and refresh interval for the "external-inspection"
    spec's "waiting for the BMH to become available" test

On some test platforms the previous configuration prooved to be insufficient.
Tests were failing without any issue simply because of being a bit slower then
expected.

Signed-off-by: Adam Rozman <[email protected]>
  • Loading branch information
Rozzii committed Jan 3, 2025
1 parent 156487d commit 1fa55bd
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 @@ -38,7 +38,7 @@ intervals:
inspection/wait-registering: ["5s", "10ms"]
inspection/wait-registration-error: ["5s", "10ms"]
inspection/wait-inspecting: ["5s", "10ms"]
inspection/wait-available: ["5s", "10ms"]
inspection/wait-available: ["1m", "1s"]
external-inspection/wait-available: ["5s", "1ms"]
default/wait-deployment: ["5m", "1s"]
default/wait-namespace-deleted: ["1m", "1s"]
Expand Down

0 comments on commit 1fa55bd

Please sign in to comment.