diff options
Diffstat (limited to 'test/w3c/lua/test417.scxml')
-rw-r--r-- | test/w3c/lua/test417.scxml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/w3c/lua/test417.scxml b/test/w3c/lua/test417.scxml index 37019b0..0c0ce26 100644 --- a/test/w3c/lua/test417.scxml +++ b/test/w3c/lua/test417.scxml @@ -4,7 +4,7 @@ parallel elements children enter final states. --> <scxml xmlns="http://www.w3.org/2005/07/scxml" xmlns:conf="http://www.w3.org/2005/scxml-conformance" version="1.0" initial="s1" datamodel="lua"> <state id="s1" initial="s1p1"> <onentry> - <send xmlns:scxml="http://www.w3.org/2005/07/scxml" delay="1000" event="timeout"/> + <send event="timeout" delay="1s"/> </onentry> <transition event="timeout" target="fail"/> <parallel id="s1p1"> |