Skip to content

Commit

Permalink
Bump kuttl tests timeout to 6 minutes
Browse files Browse the repository at this point in the history
We hit random issue in ovn_db_delete kuttl
test where we delete db pods, and if pod-0 get's
deleted first other pods stuck in terminating
state for 5 minutes(graceful terminate time)
before getting killed. In order to workaround
the issue increasing the test timeout, can be
reverted when the issue is actually fixed.

Related-Issue: OSPRH-7626
  • Loading branch information
karelyatin committed Sep 27, 2024
1 parent 99188f3 commit 4d2509c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kuttl-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ kind: TestSuite
reportFormat: JSON
reportName: kuttl-test-ovn
namespace: openstack
timeout: 180
timeout: 360
parallel: 1
suppress:
- events # Remove spammy event logs

0 comments on commit 4d2509c

Please sign in to comment.