Skip to content

Commit 5a36adb

Browse files
committed
fixing the failing test
1 parent 7b5fae1 commit 5a36adb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/JobsPostgresTests/JobsTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -877,7 +877,7 @@ final class JobsTests: XCTestCase {
877877
try await jobQueue.push(TestParameters(value: 2))
878878
try await jobQueue.push(TestParameters(value: 3))
879879

880-
await fulfillment(of: [expectation], timeout: 5)
880+
await fulfillment(of: [expectation], timeout: 10)
881881

882882
let completedJobs = try await jobQueue.queue.getJobs(withStatus: .completed)
883883
XCTAssertEqual(completedJobs.count, 3)

0 commit comments

Comments
 (0)