summaryrefslogtreecommitdiffstats
path: root/test/w3c/lua/test580.scxml
diff options
context:
space:
mode:
Diffstat (limited to 'test/w3c/lua/test580.scxml')
-rw-r--r--test/w3c/lua/test580.scxml2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/w3c/lua/test580.scxml b/test/w3c/lua/test580.scxml
index 229e3cf..9a025a0 100644
--- a/test/w3c/lua/test580.scxml
+++ b/test/w3c/lua/test580.scxml
@@ -6,7 +6,7 @@
</datamodel>
<parallel id="p1">
<onentry>
- <send xmlns:scxml="http://www.w3.org/2005/07/scxml" delay="2000" event="timeout"/>
+ <send delay="2s" event="timeout"/>
</onentry>
<state id="s0">
<transition cond="In('sh1')" target="fail"/>