Skip to content

Commit 4dcf37d

Browse files
authored
make testSignals more robust (#198)
1 parent b739c0a commit 4dcf37d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/TSCBasicTests/ProcessTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ class ProcessTests: XCTestCase {
180180
}
181181
}
182182

183-
if case .timedOut = group.wait(timeout: .now() + 1) {
183+
if case .timedOut = group.wait(timeout: .now() + 10) {
184184
XCTFail("timeout waiting for signals to be processed")
185185
}
186186
}

0 commit comments

Comments
 (0)