[ospec] docs and change log tweaks

This commit is contained in:
Pierre-Yves Gérardy 2018-05-29 22:38:32 +02:00 committed by Pierre-Yves Gérardy
parent d05bc9be49
commit 0484758837
2 changed files with 5 additions and 6 deletions

View file

@ -193,7 +193,7 @@ This can also be changed on a per-test basis using the `o.timeout(delay)` functi
```javascript
o("setTimeout calls callback", function(done, timeout) {
o.timeout(500) //wait 50ms before bailing out of the test
o.timeout(500) //wait 500ms before bailing out of the test
setTimeout(done, 300)
})