File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Tests/IntegrationTestApp/IntegrationTestAppTests Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments