summaryrefslogtreecommitdiffstats
path: root/test/w3c/promela/test352.scxml
diff options
context:
space:
mode:
Diffstat (limited to 'test/w3c/promela/test352.scxml')
-rw-r--r--test/w3c/promela/test352.scxml2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/w3c/promela/test352.scxml b/test/w3c/promela/test352.scxml
index a964a04..a113c6a 100644
--- a/test/w3c/promela/test352.scxml
+++ b/test/w3c/promela/test352.scxml
@@ -6,7 +6,7 @@
</datamodel>
<state id="s0">
<onentry>
- <send delay="5s" event="timeout"/>
+ <send xmlns:scxml="http://www.w3.org/2005/07/scxml" delay="5000" event="timeout"/>
<send type="http://www.w3.org/TR/scxml/#SCXMLEventProcessor" event="s0Event"/>
</onentry>
<transition event="s0Event" target="s1">