From 294e49df08d866b64e901033b6361723946f4d9c Mon Sep 17 00:00:00 2001 From: Nav Date: Sun, 18 Sep 2022 15:02:22 +0100 Subject: [PATCH] Increased timeout value for single-shot timer used to emit the target state when stepping through code --- src/Insight/Insight.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Insight/Insight.cpp b/src/Insight/Insight.cpp index 7ba77aaf..da6c560f 100644 --- a/src/Insight/Insight.cpp +++ b/src/Insight/Insight.cpp @@ -290,7 +290,7 @@ namespace Bloom }); } - this->targetResumeTimer->start(750); + this->targetResumeTimer->start(1500); return; }