Skip to content

Commit 9c75f05

Browse files
authored
Increase timeout to fix flaky unit tests (#25177)
The increased timeout does not affect the test run time.
1 parent 4458026 commit 9c75f05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/KeystoneTests/Tests/CoreData/ContextManagerTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ class ContextManagerTests: XCTestCase {
254254
expectation.fulfill()
255255
}
256256
}
257-
wait(for: allCompleted, timeout: 1)
257+
wait(for: allCompleted, timeout: 3)
258258

259259
let request = WPAccount.fetchRequest()
260260
request.predicate = NSPredicate(format: "username = %@", username)

0 commit comments

Comments
 (0)