From 8b6760e0dbdf0d214666c8dfe9ec3cc364dfff80 Mon Sep 17 00:00:00 2001 From: Nan Wang Date: Thu, 2 Nov 2023 14:29:01 -0700 Subject: [PATCH] timeout for 1000s for disconnect --- bp/src/Bluepill.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bp/src/Bluepill.m b/bp/src/Bluepill.m index 04dac217..04c85f6a 100644 --- a/bp/src/Bluepill.m +++ b/bp/src/Bluepill.m @@ -449,7 +449,7 @@ - (void)connectTestBundleAndTestDaemonWithContext:(BPExecutionContext *)context [runnerConnection startTestPlan]; - checkDisconnectDelay = 30; + checkDisconnectDelay = 1000; NEXT([self checkProcessWithContext:context conenction:runnerConnection]); }