Skip to content

Commit 22c15e8

Browse files
committed
Bump unarchiving tests timeout from 7 seconds to 30 seconds
1 parent 1a52f7d commit 22c15e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/SUUnarchiverTest.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class SUUnarchiverTest: XCTestCase
3030
self.unarchiveTestAppWithExtension(archiveExtension, appName: appName, tempDirectoryURL: tempDirectoryURL, tempArchiveURL: tempArchiveURL, archiveResourceURL: archiveResourceURL, password: password, expectingSuccess: expectingSuccess, testExpectation: unarchivedSuccessExpectation)
3131
self.unarchiveNonExistentFileTestFailureAppWithExtension(archiveExtension, tempDirectoryURL: tempDirectoryURL, password: password, testExpectation: unarchivedFailureExpectation)
3232

33-
super.waitForExpectations(timeout: 7.0, handler: nil)
33+
super.waitForExpectations(timeout: 30.0, handler: nil)
3434

3535
if !archiveExtension.hasSuffix("pkg") {
3636
XCTAssertTrue(fileManager.fileExists(atPath: extractedAppURL.path))

0 commit comments

Comments
 (0)