Skip to content

Commit

Permalink
bump timeout to 30 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
colesnodgrass committed Jul 16, 2024
1 parent 32ec95a commit c0894d8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions internal/cmd/local/local/cmd_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ func TestCommand_Install(t *testing.T) {
Namespace: airbyteNamespace,
CreateNamespace: true,
Wait: true,
Timeout: 10 * time.Minute,
Timeout: 30 * time.Minute,
ValuesOptions: values.Options{Values: []string{
"global.env_vars.AIRBYTE_INSTALLATION_ID=" + userID.String(),
"global.jobs.resources.limits.cpu=3",
Expand All @@ -71,7 +71,7 @@ func TestCommand_Install(t *testing.T) {
Namespace: nginxNamespace,
CreateNamespace: true,
Wait: true,
Timeout: 10 * time.Minute,
Timeout: 30 * time.Minute,
ValuesOptions: values.Options{Values: []string{fmt.Sprintf("controller.service.ports.http=%d", portTest)}},
},
release: release.Release{
Expand Down Expand Up @@ -190,7 +190,7 @@ func TestCommand_Install_ValuesFile(t *testing.T) {
Namespace: airbyteNamespace,
CreateNamespace: true,
Wait: true,
Timeout: 10 * time.Minute,
Timeout: 30 * time.Minute,
ValuesOptions: values.Options{Values: []string{
"global.env_vars.AIRBYTE_INSTALLATION_ID=" + userID.String(),
"global.jobs.resources.limits.cpu=3",
Expand All @@ -212,7 +212,7 @@ func TestCommand_Install_ValuesFile(t *testing.T) {
Namespace: nginxNamespace,
CreateNamespace: true,
Wait: true,
Timeout: 10 * time.Minute,
Timeout: 30 * time.Minute,
ValuesOptions: values.Options{Values: []string{fmt.Sprintf("controller.service.ports.http=%d", portTest)}},
},
release: release.Release{
Expand Down

0 comments on commit c0894d8

Please sign in to comment.