diff --git a/IntegrationTests/Braintree-API-Integration-Specs/BTAPIClient_IntegrationTests.swift b/IntegrationTests/Braintree-API-Integration-Specs/BTAPIClient_IntegrationTests.swift index 5e63a5574f..f925d39a81 100644 --- a/IntegrationTests/Braintree-API-Integration-Specs/BTAPIClient_IntegrationTests.swift +++ b/IntegrationTests/Braintree-API-Integration-Specs/BTAPIClient_IntegrationTests.swift @@ -12,7 +12,7 @@ final class BTAPIClient_IntegrationTests: XCTestCase { expectation.fulfill() } - waitForExpectations(timeout: 5) + waitForExpectations(timeout: 10) } func testFetchConfiguration_withClientToken_returnsTheConfiguration() { @@ -40,6 +40,6 @@ final class BTAPIClient_IntegrationTests: XCTestCase { expectation.fulfill() } - waitForExpectations(timeout: 5) + waitForExpectations(timeout: 10) } }