summaryrefslogtreecommitdiffstats
path: root/test/w3c/lua/test518.scxml
diff options
context:
space:
mode:
Diffstat (limited to 'test/w3c/lua/test518.scxml')
-rw-r--r--test/w3c/lua/test518.scxml2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/w3c/lua/test518.scxml b/test/w3c/lua/test518.scxml
index 455015e..ce1929c 100644
--- a/test/w3c/lua/test518.scxml
+++ b/test/w3c/lua/test518.scxml
@@ -6,7 +6,7 @@
</datamodel>
<state id="s0">
<onentry>
- <send xmlns:scxml="http://www.w3.org/2005/07/scxml" delay="30000" event="timeout"/>
+ <send event="timeout" delay="30s"/>
<send event="test" targetexpr="_ioprocessors.basichttp.location" namelist="Var1" type="http://www.w3.org/TR/scxml/#BasicHTTPEventProcessor"/>
</onentry>
<transition event="test" cond="string.find(_event.raw, 'Var1=2')" target="pass"/>