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 = 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
You can’t perform that action at this time.
0 commit comments