Skip to content

Commit

Permalink
update timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
bartam1 committed Jul 25, 2023
1 parent 6de9f34 commit e75be8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
env:
TEST_STRATEGY: complete
KUBECONFIG_DIR: platforms/kind/kubeconfigs
MAX_TIMEOUT: "30m"
MAX_TIMEOUT: "1h"
run: |
go work init
go work use -r .
Expand Down
2 changes: 1 addition & 1 deletion tests/e2e/test_alltestcases.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import (
)

var alltestCase = tests.TestCase{
TestDuration: 10 * time.Minute,
TestDuration: 30 * time.Minute,
TestName: "ALL_TESTCASE",
TestFn: allTestCase,
}
Expand Down

0 comments on commit e75be8b

Please sign in to comment.