summaryrefslogtreecommitdiffstats
path: root/test/w3c/lua/test192.scxml
diff options
context:
space:
mode:
Diffstat (limited to 'test/w3c/lua/test192.scxml')
-rw-r--r--test/w3c/lua/test192.scxml4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/w3c/lua/test192.scxml b/test/w3c/lua/test192.scxml
index a504b48..873c583 100644
--- a/test/w3c/lua/test192.scxml
+++ b/test/w3c/lua/test192.scxml
@@ -7,7 +7,7 @@ We also set a timeout in this process to make sure the test doesn't hang -->
<scxml xmlns="http://www.w3.org/2005/07/scxml" xmlns:conf="http://www.w3.org/2005/scxml-conformance" initial="s0" datamodel="lua" version="1.0">
<state id="s0" initial="s01">
<onentry>
- <send xmlns:scxml="http://www.w3.org/2005/07/scxml" delay="5000" event="timeout"/>
+ <send event="timeout" delay="5s"/>
</onentry>
<invoke type="scxml" id="invokedChild">
<content>
@@ -17,7 +17,7 @@ We also set a timeout in this process to make sure the test doesn't hang -->
<state id="sub0">
<onentry>
<send event="childToParent" target="#_parent"/>
- <send xmlns:scxml="http://www.w3.org/2005/07/scxml" delay="3000" event="timeout"/>
+ <send event="timeout" delay="3s"/>
</onentry>
<transition event="parentToChild" target="subFinal">
<send target="#_parent" event="eventReceived"/>