summaryrefslogtreecommitdiffstats
path: root/test/w3c/lua/test403a.scxml
diff options
context:
space:
mode:
Diffstat (limited to 'test/w3c/lua/test403a.scxml')
-rw-r--r--test/w3c/lua/test403a.scxml2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/w3c/lua/test403a.scxml b/test/w3c/lua/test403a.scxml
index 1653c35..bdb1a9a 100644
--- a/test/w3c/lua/test403a.scxml
+++ b/test/w3c/lua/test403a.scxml
@@ -10,7 +10,7 @@ matching transition in the child. -->
<state id="s0" initial="s01">
<onentry>
<!-- catch the failure case -->
- <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"/>
<transition event="event1" target="fail"/>