Skip to content

Commit 6460853

Browse files
✅ Increase waitTime in tests
- These tests are very consistent (not perfect on my local) and fairly consistent on travis (except for beta mac) This should help.
1 parent 123fe96 commit 6460853

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/helpers/wait.coffee

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
wait = (doneFunc, waitTime) ->
22
setTimeout ->
33
doneFunc()
4-
, waitTime || 300
4+
, waitTime || 600
55

66
module.exports = {wait}

0 commit comments

Comments
 (0)