Skip to content
This repository was archived by the owner on Sep 15, 2025. It is now read-only.

Commit 022ddbf

Browse files
committed
Fix an wait internal that's way too long
1 parent 4c03313 commit 022ddbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WordPressKitTests/LoadMediaLibraryTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ private extension LoadMediaLibraryTests {
8787
finished.fulfill()
8888
}
8989

90-
wait(for: [finished], timeout: 5000)
90+
wait(for: [finished], timeout: 0.5)
9191

9292
return result
9393
}

0 commit comments

Comments
 (0)