diff options
Diffstat (limited to 'test/w3c/ecma/test187.scxml')
-rw-r--r-- | test/w3c/ecma/test187.scxml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/w3c/ecma/test187.scxml b/test/w3c/ecma/test187.scxml index 59b16ba..4b3e15e 100644 --- a/test/w3c/ecma/test187.scxml +++ b/test/w3c/ecma/test187.scxml @@ -6,7 +6,7 @@ parent session, should not receive childToParent. If it does, we fail. Otherwis <scxml xmlns="http://www.w3.org/2005/07/scxml" xmlns:conf="http://www.w3.org/2005/scxml-conformance" initial="s0" version="1.0" datamodel="ecmascript"> <state id="s0"> <onentry> - <send event="timeout" delay="1s"/> + <send event="timeout" delayexpr="'1s'"/> </onentry> <invoke type="scxml"> <content> |