summaryrefslogtreecommitdiffstats
path: root/test/w3c/promela/test412.scxml
diff options
context:
space:
mode:
Diffstat (limited to 'test/w3c/promela/test412.scxml')
-rw-r--r--test/w3c/promela/test412.scxml2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/w3c/promela/test412.scxml b/test/w3c/promela/test412.scxml
index cc362be..564647b 100644
--- a/test/w3c/promela/test412.scxml
+++ b/test/w3c/promela/test412.scxml
@@ -4,7 +4,7 @@ and before the onentry handler of the child states. Event1, event2, and event3
<scxml xmlns="http://www.w3.org/2005/07/scxml" xmlns:conf="http://www.w3.org/2005/scxml-conformance" initial="s0" version="1.0" datamodel="promela">
<state id="s0" initial="s01">
<onentry>
- <send event="timeout" delay="1s"/>
+ <send xmlns:scxml="http://www.w3.org/2005/07/scxml" delay="1000" event="timeout"/>
</onentry>
<transition event="timeout" target="fail"/>
<transition event="event1" target="fail"/>