Skip to content

Commit 240a561

Browse files
committed
increase timeouts
1 parent 7a6d04f commit 240a561

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Crashlytics/UnitTests/FIRCLSSettingsTests.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ - (void)cacheSettingsWithGoogleAppID:(NSString *)googleAppID
137137

138138
[self.settings cacheSettingsWithGoogleAppID:googleAppID currentTimestamp:currentTimestamp];
139139

140-
[self waitForExpectations:@[ expectation ] timeout:5.0];
140+
[self waitForExpectations:@[ expectation ] timeout:10.0];
141141
}
142142

143143
- (void)reloadFromCacheWithGoogleAppID:(NSString *)googleAppID
@@ -153,7 +153,7 @@ - (void)reloadFromCacheWithGoogleAppID:(NSString *)googleAppID
153153

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

156-
[self waitForExpectations:@[ expectation ] timeout:10.0];
156+
[self waitForExpectations:@[ expectation ] timeout:20.0];
157157
}
158158

159159
- (void)testActivatedSettingsCached {

0 commit comments

Comments
 (0)