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 71972ab commit 089d45aCopy full SHA for 089d45a
FirebaseStorage/Tests/Unit/StorageReferenceTests.swift
@@ -266,7 +266,7 @@ class StorageReferenceTests: XCTestCase {
266
XCTAssertEqual(expectedDescription, nsError.localizedDescription)
267
XCTAssertEqual(nsError.domain, StorageErrorDomain)
268
}
269
- waitForExpectations(timeout: 0.5)
+ waitForExpectations(timeout: 1.0)
270
271
272
// MARK: Private Helpers
0 commit comments