We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bcaf97 commit d91a5bcCopy full SHA for d91a5bc
FirebaseRemoteConfigSwift/Tests/SwiftAPI/APITestBase.swift
@@ -35,6 +35,8 @@ class APITestBase: XCTestCase {
35
#if USE_REAL_CONSOLE
36
useFakeConfig = false
37
FirebaseApp.configure()
38
+ // Sleep for 1 minute between test files to avoid exceeding rate limit.
39
+ sleep(60)
40
#else
41
useFakeConfig = true
42
let options = FirebaseOptions(googleAppID: "1:123:ios:123abc",
0 commit comments