Skip to content

Commit

Permalink
Merge pull request #3324 from Syuparn/issue-3323
Browse files Browse the repository at this point in the history
vcsim: Fix -method-delay option to update task states
  • Loading branch information
dougm authored Jan 8, 2024
2 parents 8c05464 + 557d265 commit 00bc2f8
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 00bc2f8

Please sign in to comment.