Skip to content

Commit

Permalink
Adjust comment to fit actual time advancement
Browse files Browse the repository at this point in the history
  • Loading branch information
p-offtermatt committed Oct 12, 2023
1 parent c7fe7c5 commit 3a03fcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/difference/core/quint_model/ccv_statemachine.qnt
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ module ccv_statemachine {
)
.then(
// advance time on provider by VscTimeout + 1 Second
EndAndBeginBlockForProvider(VscTimeout + 5 * Second, Set(), Set())
EndAndBeginBlockForProvider(VscTimeout + 1 * Second, Set(), Set())
)
.then(
all {
Expand Down

0 comments on commit 3a03fcd

Please sign in to comment.