summaryrefslogtreecommitdiffstats
path: root/test/w3c/lua/test372.scxml
diff options
context:
space:
mode:
Diffstat (limited to 'test/w3c/lua/test372.scxml')
-rw-r--r--test/w3c/lua/test372.scxml2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/w3c/lua/test372.scxml b/test/w3c/lua/test372.scxml
index 06228b0..b01620c 100644
--- a/test/w3c/lua/test372.scxml
+++ b/test/w3c/lua/test372.scxml
@@ -7,7 +7,7 @@ Var1 should be set to 2 (but not 3) by the time the event is raised -->
</datamodel>
<state id="s0" initial="s0final">
<onentry>
- <send xmlns:scxml="http://www.w3.org/2005/07/scxml" delay="1000" event="timeout"/>
+ <send event="timeout" delay="1s"/>
</onentry>
<transition event="done.state.s0" cond="Var1==2" target="pass"/>
<transition event="*" target="fail"/>