Increased timeout value for single-shot timer used to emit the target state when stepping through code
This commit is contained in:
@@ -290,7 +290,7 @@ namespace Bloom
|
||||
});
|
||||
}
|
||||
|
||||
this->targetResumeTimer->start(750);
|
||||
this->targetResumeTimer->start(1500);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user