diff options
Diffstat (limited to 'test/w3c/lua/test298.scxml')
-rw-r--r-- | test/w3c/lua/test298.scxml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/w3c/lua/test298.scxml b/test/w3c/lua/test298.scxml index 843af8c..ceb6f7d 100644 --- a/test/w3c/lua/test298.scxml +++ b/test/w3c/lua/test298.scxml @@ -6,7 +6,7 @@ </datamodel> <state id="s0" initial="s01"> <onentry> - <send xmlns:scxml="http://www.w3.org/2005/07/scxml" delay="1000" event="timeout"/> + <send event="timeout" delay="1s"/> </onentry> <transition event="error.execution" target="pass"/> <transition event="*" target="fail"/> |