Skip to content

Commit 07cef62

Browse files
committed
Update tests
1 parent 510bbe0 commit 07cef62

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 = 200
151+
receivedConnection.expectedFulfillmentCount = 100
152152

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

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

0 commit comments

Comments
 (0)