Skip to content

Commit

Permalink
Fix testShutdownJob
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-fowler committed Nov 1, 2023
1 parent 715937a commit 90ac95d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/HummingbirdJobsTests/HummingbirdJobsTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ final class HummingbirdJobsTests: XCTestCase {
struct TestJob: HBJob {
static let name = "testShutdownJob"
func execute(logger: Logger) async throws {
try await Task.sleep(for: .milliseconds(100))
try await Task.sleep(for: .milliseconds(1000))
}
}
TestJob.register()
Expand Down

0 comments on commit 90ac95d

Please sign in to comment.