Skip to content

Commit af574ef

Browse files
bump timeout on initial fetch expectation for CI
1 parent f82335a commit af574ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tests/ApolloCacheDependentTests/WatchQueryTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -642,7 +642,7 @@ class WatchQueryTests: XCTestCase, CacheTesting {
642642
XCTFail("Watcher error: \(error)")
643643
}
644644
}
645-
wait(for: [initialFetchExpectation], timeout: 1)
645+
wait(for: [initialFetchExpectation], timeout: 5)
646646

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

0 commit comments

Comments
 (0)