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 c63bac8 commit d12158bCopy full SHA for d12158b
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