Просмотр исходного кода

[Infra] Extend expectation wait time in FIRCLSSettingsTests.m (2)

Nick Cooke 1 год назад
Родитель
Сommit
b8d07d51cf
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      Crashlytics/UnitTests/FIRCLSSettingsTests.m

+ 1 - 1
Crashlytics/UnitTests/FIRCLSSettingsTests.m

@@ -134,7 +134,7 @@ NSString *const TestChangedGoogleAppID = @"2:changed:google:app:id";
 
   [self.settings cacheSettingsWithGoogleAppID:googleAppID currentTimestamp:currentTimestamp];
 
-  [self waitForExpectations:@[ self.fileManager.removeExpectation ] timeout:1];
+  [self waitForExpectations:@[ self.fileManager.removeExpectation ] timeout:5.0];
 }
 
 - (void)reloadFromCacheWithGoogleAppID:(NSString *)googleAppID