We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
testDoesNotReapUnrelatedChildProcess()
1 parent 366b569 commit 370f301Copy full SHA for 370f301
1 file changed
Tests/SubprocessTests/ProcessMonitoringTests.swift
@@ -229,7 +229,8 @@ extension SubprocessProcessMonitoringTests {
229
}
230
231
232
- @Test func testDoesNotReapUnrelatedChildProcess() async throws {
+ @Test(.timeLimit(.minutes(1)))
233
+ func testDoesNotReapUnrelatedChildProcess() async throws {
234
// Make sure we don't reap child exit status that we didn't spawn
235
let child1 = self.immediateExitProcess(withExitCode: 0)
236
let child2 = self.immediateExitProcess(withExitCode: 0)
0 commit comments