Skip to content

Commit

Permalink
vcsim: Fix -method-delay option to update task states
Browse files Browse the repository at this point in the history
Closes: #3323
Signed-off-by: syuparn <[email protected]>
  • Loading branch information
Syuparn authored and dougm committed Jan 8, 2024
1 parent 1c2c1c7 commit 4c8ffb2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vcsim/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ func main() {
}
}
model.DelayConfig.MethodDelay = m
simulator.TaskDelay.MethodDelay = m
}

var err error
Expand Down

0 comments on commit 4c8ffb2

Please sign in to comment.