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: vmware#3323
Signed-off-by: syuparn <s.hello.spagetti@gmail.com>
  • Loading branch information
Syuparn committed Jan 4, 2024
1 parent a901615 commit 557d265
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 557d265

Please sign in to comment.