Skip to content

Commit

Permalink
tests: e2e: increase resourceCreationTimeout
Browse files Browse the repository at this point in the history
To check timeout problem in github.
Should not affect.

Signed-off-by: Yauheni Kaliuta <[email protected]>
  • Loading branch information
ykaliuta committed Aug 14, 2024
1 parent af80fff commit 7ad0ce5
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 7ad0ce5

Please sign in to comment.