From 557d2654eda81b510dda60de06c4243248b0117d Mon Sep 17 00:00:00 2001 From: syuparn Date: Thu, 4 Jan 2024 12:33:19 +0900 Subject: [PATCH] vcsim: Fix -method-delay option to update task states Closes: #3323 Signed-off-by: syuparn --- vcsim/main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/vcsim/main.go b/vcsim/main.go index 738ced72b..31e921e65 100644 --- a/vcsim/main.go +++ b/vcsim/main.go @@ -143,6 +143,7 @@ func main() { } } model.DelayConfig.MethodDelay = m + simulator.TaskDelay.MethodDelay = m } var err error