summaryrefslogtreecommitdiffstats
path: root/test/w3c/lua/test403c.scxml
diff options
context:
space:
mode:
Diffstat (limited to 'test/w3c/lua/test403c.scxml')
-rw-r--r--test/w3c/lua/test403c.scxml2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/w3c/lua/test403c.scxml b/test/w3c/lua/test403c.scxml
index bb06c2e..9f84aa6 100644
--- a/test/w3c/lua/test403c.scxml
+++ b/test/w3c/lua/test403c.scxml
@@ -7,7 +7,7 @@
<state id="s0" initial="p0">
<onentry>
<raise event="event1"/>
- <send xmlns:scxml="http://www.w3.org/2005/07/scxml" delay="1000" event="timeout"/>
+ <send event="timeout" delay="1s"/>
</onentry>
<transition event="event2" target="fail"/>
<transition event="timeout" target="fail"/>