We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b5fae1 commit 5a36adbCopy full SHA for 5a36adb
Tests/JobsPostgresTests/JobsTests.swift
@@ -877,7 +877,7 @@ final class JobsTests: XCTestCase {
877
try await jobQueue.push(TestParameters(value: 2))
878
try await jobQueue.push(TestParameters(value: 3))
879
880
- await fulfillment(of: [expectation], timeout: 5)
+ await fulfillment(of: [expectation], timeout: 10)
881
882
let completedJobs = try await jobQueue.queue.getJobs(withStatus: .completed)
883
XCTAssertEqual(completedJobs.count, 3)
0 commit comments