From 9bef4c057c6da56f534bab0beac911ba80998c67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Gro=CC=88nke?= Date: Sat, 1 Aug 2015 13:22:55 +0200 Subject: [PATCH] speed up microtask testing --- test/unit/utils.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/utils.html b/test/unit/utils.html index 9e142d8935..7de7c82369 100644 --- a/test/unit/utils.html +++ b/test/unit/utils.html @@ -73,7 +73,7 @@ setTimeout(function() { assert.equal(called, 1, 'debounce should be called exactly once'); done(); - }, 50); + }); });