summaryrefslogtreecommitdiffstats
path: root/test/w3c/txml/test187.txml
diff options
context:
space:
mode:
Diffstat (limited to 'test/w3c/txml/test187.txml')
-rw-r--r--test/w3c/txml/test187.txml4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/w3c/txml/test187.txml b/test/w3c/txml/test187.txml
index 994a489..a39b6a3 100644
--- a/test/w3c/txml/test187.txml
+++ b/test/w3c/txml/test187.txml
@@ -9,7 +9,7 @@ parent session, should not receive childToParent. If it does, we fail. Otherwis
<state id="s0" >
<onentry>
- <send event="timeout" delay="10s"/>
+ <send event="timeout" conf:delay="1"/>
</onentry>
<invoke type="scxml" >
<content>
@@ -17,7 +17,7 @@ parent session, should not receive childToParent. If it does, we fail. Otherwis
<scxml initial="sub0" version="1.0" conf:datamodel="" xmlns="http://www.w3.org/2005/07/scxml" xmlns:conf="http://www.w3.org/2005/scxml-conformance">
<state id="sub0">
<onentry>
- <send event="childToParent" target="#_parent" delay="1s"/>
+ <send event="childToParent" target="#_parent" conf:delay=".5"/>
</onentry>
<transition target="subFinal"/>
</state>