Skip to content

Commit

Permalink
trying even longer timeout 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 f8b87e7 commit 4654ea5
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: 10.0)
wait(for: [exp], timeout: 20.0)
return receivedResult
}

Expand Down

0 comments on commit 4654ea5

Please sign in to comment.