Skip to content

Commit

Permalink
increase timeout in another api subscription test [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
atierian committed Oct 16, 2023
1 parent 0d1e8d0 commit 9a9c611
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -134,11 +134,11 @@ class GraphQLWithLambdaAuthIntegrationTests: XCTestCase {
}
}
}
await fulfillment(of: [connectedInvoked], timeout: TestCommonConstants.networkTimeout)
await fulfillment(of: [connectedInvoked], timeout: 30)

try await createTodo(id: uuid, name: name)
try await createTodo(id: uuid2, name: name)
await fulfillment(of: [progressInvoked], timeout: TestCommonConstants.networkTimeout)
await fulfillment(of: [progressInvoked], timeout: 30)
}

// MARK: - Helpers
Expand Down

0 comments on commit 9a9c611

Please sign in to comment.