Increased timeout value for single-shot timer used to emit the target state when stepping through code

This commit is contained in:
Nav
2022-09-18 15:02:22 +01:00
parent 35b49aae25
commit 294e49df08

View File

@@ -290,7 +290,7 @@ namespace Bloom
});
}
this->targetResumeTimer->start(750);
this->targetResumeTimer->start(1500);
return;
}