Skip to content

Commit

Permalink
Update package
Browse files Browse the repository at this point in the history
  • Loading branch information
aksh1t committed Nov 27, 2024
1 parent 97dd67a commit 757544e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Merge/Intramodular/Process/_AsyncProcess.swift
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ extension _AsyncProcess {
self.process.interrupt()
}

DispatchQueue.global().asyncAfter(deadline: .now() + 90, execute: workItem!)
DispatchQueue.global().asyncAfter(deadline: .now() + 300, execute: workItem!)

return true
}
Expand Down

0 comments on commit 757544e

Please sign in to comment.