File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments