From 89665369674eadf68b3954232ce149833479836a Mon Sep 17 00:00:00 2001 From: zeMirco Date: Thu, 22 May 2014 20:57:51 +0200 Subject: [PATCH] decrease timeout to wait for db --- test/test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test.js b/test/test.js index 62340aa..e748fd7 100644 --- a/test/test.js +++ b/test/test.js @@ -9,7 +9,7 @@ before(function(done) { setTimeout(function() { done(); - }, 3000); + }, 1000); });