diff options
Diffstat (limited to 'test/w3c/lua/test350.scxml')
-rw-r--r-- | test/w3c/lua/test350.scxml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/w3c/lua/test350.scxml b/test/w3c/lua/test350.scxml index 615347c..41eb856 100644 --- a/test/w3c/lua/test350.scxml +++ b/test/w3c/lua/test350.scxml @@ -9,7 +9,7 @@ able to send an event to itself using its own session ID as the target --> <state id="s0"> <onentry> <assign xmlns:scxml="http://www.w3.org/2005/07/scxml" location="Var1" expr="Var1 .. Var2"/> - <send xmlns:scxml="http://www.w3.org/2005/07/scxml" delay="5000" event="timeout"/> + <send delay="5s" event="timeout"/> <send type="http://www.w3.org/TR/scxml/#SCXMLEventProcessor" targetexpr="Var1" event="s0Event"/> </onentry> <transition event="s0Event" target="pass"/> |