From 7ba1aaae29a2656be786b56a83f45697cdea2696 Mon Sep 17 00:00:00 2001 From: isaacs Date: Sun, 20 Dec 2015 20:06:50 -0800 Subject: [PATCH] wait longer for staleness in inspect test (failing on travis) --- test/inspect.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/inspect.js b/test/inspect.js index 49fa09e3..743951d0 100644 --- a/test/inspect.js +++ b/test/inspect.js @@ -51,4 +51,4 @@ setTimeout(function () { l.lengthCalculator = null inspect('LRUCache {\n 1 => { value: { a: { b: [Object] } } }\n}') -}, 20) +}, 100)