Skip to content

Commit 6ffa8e6

Browse files
committed
Update appsync subscription limit
1 parent cbcd386 commit 6ffa8e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/IntegrationTestApp/IntegrationTestAppTests/APIKeyTests.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ final class APIKeyTests: IntegrationTestBase {
148148
let websocket = AppSyncWebSocketClient(endpointURL: configuration.endpoint,
149149
authorizer: authorizer)
150150
let receivedConnection = expectation(description: "received connection")
151-
receivedConnection.expectedFulfillmentCount = 100
151+
receivedConnection.expectedFulfillmentCount = 200
152152

153153
let receivedMaxSubscriptionsReachedError = expectation(description: "received MaxSubscriptionsReachedError")
154154
receivedMaxSubscriptionsReachedError.expectedFulfillmentCount = 5
@@ -172,7 +172,7 @@ final class APIKeyTests: IntegrationTestBase {
172172
let client = ApolloClient(networkTransport: splitTransport, store: store)
173173

174174
var cancellables = [Cancellable]()
175-
for _ in 1...105 {
175+
for _ in 1...205 {
176176
cancellables.append(client.subscribe(subscription: OnCreateSubscription()) { _ in })
177177
}
178178

0 commit comments

Comments
 (0)