Skip to content

Commit 875bfe6

Browse files
authored
[Infra] Extend expectation wait time in FIRCLSSettingsTests.m (#13442)
1 parent 3dad800 commit 875bfe6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Crashlytics/UnitTests/FIRCLSSettingsTests.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ - (void)reloadFromCacheWithGoogleAppID:(NSString *)googleAppID
147147

148148
[self.settings reloadFromCacheWithGoogleAppID:googleAppID currentTimestamp:currentTimestamp];
149149

150-
[self waitForExpectations:@[ self.fileManager.removeExpectation ] timeout:1];
150+
[self waitForExpectations:@[ self.fileManager.removeExpectation ] timeout:5.0];
151151
}
152152

153153
- (void)testActivatedSettingsCached {

0 commit comments

Comments
 (0)