summaryrefslogtreecommitdiffstats
path: root/test/w3c/lua/test250.scxml
diff options
context:
space:
mode:
Diffstat (limited to 'test/w3c/lua/test250.scxml')
-rw-r--r--test/w3c/lua/test250.scxml2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/w3c/lua/test250.scxml b/test/w3c/lua/test250.scxml
index 0d4a094..557ab79 100644
--- a/test/w3c/lua/test250.scxml
+++ b/test/w3c/lua/test250.scxml
@@ -12,7 +12,7 @@ Tester must examine log output from child process to determine success -->
<scxml initial="sub0" version="1.0" datamodel="lua">
<state id="sub0" initial="sub01">
<onentry>
- <send xmlns:scxml="http://www.w3.org/2005/07/scxml" delay="2000" event="timeout"/>
+ <send event="timeout" delay="2s"/>
</onentry>
<transition event="timeout" target="subFinal"/>
<onexit>