summaryrefslogtreecommitdiffstats
path: root/test/w3c/ecma/test553.scxml
diff options
context:
space:
mode:
Diffstat (limited to 'test/w3c/ecma/test553.scxml')
-rw-r--r--test/w3c/ecma/test553.scxml2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/w3c/ecma/test553.scxml b/test/w3c/ecma/test553.scxml
index 3dd0aeb..87062e4 100644
--- a/test/w3c/ecma/test553.scxml
+++ b/test/w3c/ecma/test553.scxml
@@ -5,7 +5,7 @@ of <send>'s args causes an error.. --><scxml xmlns="http://www.w3.org/2005/07/s
<state id="s0">
<onentry>
<!-- timeout event -->
- <send event="timeout" delayexpr="'500ms'"/>
+ <send event="timeout" delayexpr="'50ms'"/>
<!-- generate an invalid namelist -->
<send event="event1" namelist="&#34;foo"/>
</onentry>