Skip to content

Commit

Permalink
timeout for 1000s for disconnect
Browse files Browse the repository at this point in the history
  • Loading branch information
nanwng committed Nov 2, 2023
1 parent 675f8e3 commit 8b6760e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bp/src/Bluepill.m
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ - (void)connectTestBundleAndTestDaemonWithContext:(BPExecutionContext *)context

[runnerConnection startTestPlan];

checkDisconnectDelay = 30;
checkDisconnectDelay = 1000;
NEXT([self checkProcessWithContext:context conenction:runnerConnection]);

}
Expand Down

0 comments on commit 8b6760e

Please sign in to comment.