Skip to content

Commit

Permalink
Change time interval in stopwatch.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandreDecan committed Jan 19, 2016
1 parent bb97e42 commit 76ecc6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples/stopwatch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ statechart:
states:
- name: actual time
transitions:
- guard: after(0.1)
- guard: after(0.2)
target: actual time
action: |
send('refresh', time=elapsed_time)
Expand Down

0 comments on commit 76ecc6d

Please sign in to comment.