Skip to content

Commit d25cb13

Browse files
committed
Increase timeout limit
1 parent 6ffa8e6 commit d25cb13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/IntegrationTestApp/IntegrationTestAppTests/APIKeyTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ final class APIKeyTests: IntegrationTestBase {
176176
cancellables.append(client.subscribe(subscription: OnCreateSubscription()) { _ in })
177177
}
178178

179-
await fulfillment(of: [receivedConnection, receivedMaxSubscriptionsReachedError], timeout: 15)
179+
await fulfillment(of: [receivedConnection, receivedMaxSubscriptionsReachedError], timeout: 30)
180180
for cancellable in cancellables {
181181
cancellable.cancel()
182182
}

0 commit comments

Comments
 (0)