We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b6edc6 commit 2b4d93aCopy full SHA for 2b4d93a
tests/spec/TweenSpec.js
@@ -92,7 +92,7 @@ describe("TweenJS", function () {
92
setTimeout(function () {
93
expect(func.hitEnd.calls.count()).toBe(3);
94
done();
95
- }, 200);
+ }, 300);
96
});
97
98
0 commit comments