Skip to content

Commit

Permalink
bumped time out time for end to end test
Browse files Browse the repository at this point in the history
  • Loading branch information
Rodrigo Higuera committed Oct 9, 2023
1 parent 73b19e9 commit f8b87e7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ final class EssentialFeedAPIEndToEndTests: XCTestCase {
exp.fulfill()
}

wait(for: [exp], timeout: 5.0)
wait(for: [exp], timeout: 10.0)
return receivedResult
}

Expand Down

0 comments on commit f8b87e7

Please sign in to comment.