Make callAsync a little less flaky
This commit is contained in:
parent
608a494538
commit
c9f1778dc9
2 changed files with 57 additions and 3 deletions
|
|
@ -20,6 +20,6 @@ o.spec("callAsync", function() {
|
|||
})
|
||||
timeout = setTimeout(function() {
|
||||
throw new Error("callAsync was called too slow")
|
||||
}, 0)
|
||||
}, 5)
|
||||
})
|
||||
})
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue