Skip to content

Commit 92b2de3

Browse files
Fix: increase the timeout in MediaURLExporterTests
1 parent f69b11a commit 92b2de3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WordPress/WordPressTest/MediaURLExporterTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ class MediaURLExporterTests: XCTestCase {
5959
XCTFail("Error: an error occurred testing a URL export: \(error.toNSError())")
6060
expect.fulfill()
6161
}
62-
waitForExpectations(timeout: 2.0, handler: nil)
62+
waitForExpectations(timeout: 3.0, handler: nil)
6363
}
6464

6565
func testThatURLExportingGIFWorks() {

0 commit comments

Comments
 (0)