Skip to content

Commit

Permalink
bump timeouts to match old obj-c implementation :,(
Browse files Browse the repository at this point in the history
  • Loading branch information
jaxdesmarais committed Oct 26, 2023
1 parent d248fca commit fc5f77c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ final class BTAPIClient_IntegrationTests: XCTestCase {
expectation.fulfill()
}

waitForExpectations(timeout: 5)
waitForExpectations(timeout: 10)
}

func testFetchConfiguration_withClientToken_returnsTheConfiguration() {
Expand Down Expand Up @@ -40,6 +40,6 @@ final class BTAPIClient_IntegrationTests: XCTestCase {
expectation.fulfill()
}

waitForExpectations(timeout: 5)
waitForExpectations(timeout: 10)
}
}

0 comments on commit fc5f77c

Please sign in to comment.