Skip to content

Commit

Permalink
bump timeout on initial fetch expectation for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
designatednerd committed Sep 2, 2020
1 parent f82335a commit af574ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/ApolloCacheDependentTests/WatchQueryTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,7 @@ class WatchQueryTests: XCTestCase, CacheTesting {
XCTFail("Watcher error: \(error)")
}
}
wait(for: [initialFetchExpectation], timeout: 1)
wait(for: [initialFetchExpectation], timeout: 5)

/// Add an additional friend to the results so that the watcher for this query knows to look for updates to friend #11
let updateInitialQueryExpectation = self.expectation(description: "Update initial query")
Expand Down

0 comments on commit af574ef

Please sign in to comment.