speed up microtask testing

This commit is contained in:
Stefan Grönke 2015-08-01 13:22:55 +02:00 committed by Daniel Freedman
parent 391649341b
commit 9bef4c057c

View File

@ -73,7 +73,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
setTimeout(function() {
assert.equal(called, 1, 'debounce should be called exactly once');
done();
}, 50);
});
});