Skip to content

Commit

Permalink
[Infra] Extend expectation wait time in FIRCLSSettingsTests.m (#13442)
Browse files Browse the repository at this point in the history
  • Loading branch information
ncooke3 authored Aug 1, 2024
1 parent 3dad800 commit 875bfe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Crashlytics/UnitTests/FIRCLSSettingsTests.m
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ - (void)reloadFromCacheWithGoogleAppID:(NSString *)googleAppID

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

[self waitForExpectations:@[ self.fileManager.removeExpectation ] timeout:1];
[self waitForExpectations:@[ self.fileManager.removeExpectation ] timeout:5.0];
}

- (void)testActivatedSettingsCached {
Expand Down

0 comments on commit 875bfe6

Please sign in to comment.