diff --git a/library/process-testing/src/commonTest/kotlin/io/matthewnelson/kmp/process/testing/ProcessBaseTest.kt b/library/process-testing/src/commonTest/kotlin/io/matthewnelson/kmp/process/testing/ProcessBaseTest.kt index 209b4d6..adc49d0 100644 --- a/library/process-testing/src/commonTest/kotlin/io/matthewnelson/kmp/process/testing/ProcessBaseTest.kt +++ b/library/process-testing/src/commonTest/kotlin/io/matthewnelson/kmp/process/testing/ProcessBaseTest.kt @@ -332,7 +332,7 @@ abstract class ProcessBaseTest { assertTrue(stderrFile.exists()) withContext(Dispatchers.Default) { - p.waitForAsync(2.seconds) + p.waitForAsync(5.seconds) } }