We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 123fe96 commit 6460853Copy full SHA for 6460853
spec/helpers/wait.coffee
@@ -1,6 +1,6 @@
1
wait = (doneFunc, waitTime) ->
2
setTimeout ->
3
doneFunc()
4
- , waitTime || 300
+ , waitTime || 600
5
6
module.exports = {wait}
0 commit comments