Skip to content

Commit

Permalink
wait longer for staleness in inspect test (failing on travis)
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Dec 21, 2015
1 parent 216f703 commit 7ba1aaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/inspect.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ setTimeout(function () {

l.lengthCalculator = null
inspect('LRUCache {\n 1 => { value: { a: { b: [Object] } } }\n}')
}, 20)
}, 100)

0 comments on commit 7ba1aaa

Please sign in to comment.