mirror of
https://github.com/Polymer/polymer.git
synced 2025-02-25 18:55:30 -06:00
speed up microtask testing
This commit is contained in:
parent
391649341b
commit
9bef4c057c
@ -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);
|
||||
});
|
||||
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user