summaryrefslogtreecommitdiffstats
path: root/test/w3c/lua/test193.scxml
diff options
context:
space:
mode:
Diffstat (limited to 'test/w3c/lua/test193.scxml')
-rw-r--r--test/w3c/lua/test193.scxml2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/w3c/lua/test193.scxml b/test/w3c/lua/test193.scxml
index e8ab624..568f127 100644
--- a/test/w3c/lua/test193.scxml
+++ b/test/w3c/lua/test193.scxml
@@ -7,7 +7,7 @@ SCXML event i/o processor puts the event on the external queue. -->
<send event="internal"/>
<!-- this should put event1 in the external queue -->
<send event="event1" type="http://www.w3.org/TR/scxml/#SCXMLEventProcessor"/>
- <send xmlns:scxml="http://www.w3.org/2005/07/scxml" delay="1000" event="timeout"/>
+ <send event="timeout" delay="1s"/>
</onentry>
<transition event="event1" target="fail"/>
<transition event="internal" target="s1"/>