summaryrefslogtreecommitdiffstats
path: root/test/w3c/ecma/test208.scxml
diff options
context:
space:
mode:
Diffstat (limited to 'test/w3c/ecma/test208.scxml')
-rw-r--r--test/w3c/ecma/test208.scxml4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/w3c/ecma/test208.scxml b/test/w3c/ecma/test208.scxml
index 6faa9c1..043e537 100644
--- a/test/w3c/ecma/test208.scxml
+++ b/test/w3c/ecma/test208.scxml
@@ -4,8 +4,8 @@ we get event1 or an error first, cancel didn't work and we fail. --><scxml xmln
<state id="s0">
<onentry>
- <send id="foo" event="event1" delay="1s"/>
- <send event="event2" delay="5s"/>
+ <send id="foo" event="event1" delayexpr="'50ms'"/>
+ <send event="event2" delayexpr="'75ms'"/>
<cancel sendid="foo"/>
</onentry>