summaryrefslogtreecommitdiffstats
path: root/test/w3c/lua/test388.scxml
diff options
context:
space:
mode:
Diffstat (limited to 'test/w3c/lua/test388.scxml')
-rw-r--r--test/w3c/lua/test388.scxml2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/w3c/lua/test388.scxml b/test/w3c/lua/test388.scxml
index 253cbe2..1c4c944 100644
--- a/test/w3c/lua/test388.scxml
+++ b/test/w3c/lua/test388.scxml
@@ -14,7 +14,7 @@ state is s011, so we should get entering.s011, otherwise failure.-->
</onentry>
<!-- the first time through, go to s1, setting a timer just in case something hangs -->
<transition event="entering.s012" cond="Var1==1" target="s1">
- <send xmlns:scxml="http://www.w3.org/2005/07/scxml" delay="2000" event="timeout"/>
+ <send event="timeout" delay="2s"/>
</transition>
<!-- the second time, we should get entering.s012. If so, go to s2, otherwise fail -->
<transition event="entering.s012" cond="Var1==2" target="s2"/>