Skip to content

Commit 012a982

Browse files
committed
Increase timeout
1 parent a47d4ae commit 012a982

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

integration/tests/identity_provider/identity_provider_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ var _ = Describe("(Integration) [Identity Provider]", func() {
102102
).
103103
WithStdin(strings.NewReader(identityProviderClusterConfig)).
104104
WithoutArg("--region", params.Region).
105-
WithTimeout(35 * time.Minute)
105+
WithTimeout(40 * time.Minute)
106106

107107
Expect(cmd).To(RunSuccessfully())
108108

@@ -160,7 +160,7 @@ var _ = Describe("(Integration) [Identity Provider]", func() {
160160
).
161161
WithStdin(strings.NewReader(identityProviderClusterConfig)).
162162
WithoutArg("--region", params.Region).
163-
WithTimeout(30 * time.Minute)
163+
WithTimeout(45 * time.Minute)
164164

165165
Expect(cmd).To(RunSuccessfully())
166166

0 commit comments

Comments
 (0)