Skip to content

Commit

Permalink
tests: e2e: increase resourceCreationTimeout
Browse files Browse the repository at this point in the history
Looks like creation of DSC takes more time to get to Ready state.

Signed-off-by: Yauheni Kaliuta <[email protected]>
  • Loading branch information
ykaliuta committed Aug 15, 2024
1 parent a80a6ac commit 37eac92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/controller_setup_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ func NewTestContext() (*testContext, error) {
customClient: custClient,
operatorNamespace: opNamespace,
applicationsNamespace: testDSCI.Spec.ApplicationsNamespace,
resourceCreationTimeout: time.Minute * 3, // 5 pods of dashboard will take longer time than ODH
resourceCreationTimeout: time.Minute * 5,
resourceRetryInterval: time.Second * 10,
ctx: context.TODO(),
testDsc: testDSC,
Expand Down

0 comments on commit 37eac92

Please sign in to comment.