[Pkg-javascript-commits] [node-async] 289/480: Remove setTimeout

Jonas Smedegaard js at moszumanska.debian.org
Fri May 2 08:58:35 UTC 2014


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository node-async.

commit 12bce1d66f6b1874d5e7635ba4f8433b24b9e740
Author: Michael Leaney <leahcimic at gmail.com>
Date:   Tue Feb 19 08:18:15 2013 +1100

    Remove setTimeout
---
 test/test-async.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/test-async.js b/test/test-async.js
index 7551de6..52b71c4 100755
--- a/test/test-async.js
+++ b/test/test-async.js
@@ -309,8 +309,8 @@ exports['auto error should pass partial results'] = function(test) {
         test.equals(err, 'testerror');
         test.equals(results.task1, 'result1');
         test.equals(results.task2, 'result2');
+				test.done();
     });
-    setTimeout(test.done, 100);
 };
 
 // Issue 24 on github: https://github.com/caolan/async/issues#issue/24

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-async.git



More information about the Pkg-javascript-commits mailing list