summaryrefslogtreecommitdiffstats
path: root/test/w3c/lua/test501.scxml
diff options
context:
space:
mode:
Diffstat (limited to 'test/w3c/lua/test501.scxml')
-rw-r--r--test/w3c/lua/test501.scxml2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/w3c/lua/test501.scxml b/test/w3c/lua/test501.scxml
index 9b579ed..4bc5094 100644
--- a/test/w3c/lua/test501.scxml
+++ b/test/w3c/lua/test501.scxml
@@ -7,7 +7,7 @@
<state id="s0">
<onentry>
<send targetexpr="Var1" event="foo"/>
- <send xmlns:scxml="http://www.w3.org/2005/07/scxml" delay="2000" event="timeout"/>
+ <send event="timeout" delay="2s"/>
</onentry>
<transition event="foo" target="pass"/>
<transition event="*" target="fail"/>