Skip to content

Commit 089d45a

Browse files
authored
[Storage] Extend timeout for flaking test (#10287)
1 parent 71972ab commit 089d45a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FirebaseStorage/Tests/Unit/StorageReferenceTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ class StorageReferenceTests: XCTestCase {
266266
XCTAssertEqual(expectedDescription, nsError.localizedDescription)
267267
XCTAssertEqual(nsError.domain, StorageErrorDomain)
268268
}
269-
waitForExpectations(timeout: 0.5)
269+
waitForExpectations(timeout: 1.0)
270270
}
271271

272272
// MARK: Private Helpers

0 commit comments

Comments
 (0)