Skip to content

Commit 098d1eb

Browse files
thoven87adam-fowler
authored andcommitted
up concurrency to 3 to match number of job. There seems to be a timing issue
1 parent 67ecbf1 commit 098d1eb

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
@@ -859,7 +859,7 @@ final class JobsTests: XCTestCase {
859859
}
860860
let expectation = XCTestExpectation(description: "TestJob.execute was called", expectedFulfillmentCount: 3)
861861
try await self.testJobQueue(
862-
numWorkers: 1,
862+
numWorkers: 3,
863863
configuration: .init(
864864
retentionPolicy: .init(
865865
cancelled: .retain(for: -1),

0 commit comments

Comments
 (0)