Added tests for npm-platform-declarations

This commit is contained in:
Panayot Cankov
2016-09-26 15:14:42 +03:00
parent 1777ed5f13
commit 1c05786ffd
3 changed files with 29 additions and 2 deletions

View File

@@ -115,7 +115,8 @@ var testsWithLongDelay = {
testLoadUpperCaseSrc: 10000 * 5,
test_SettingImageSrc: 30 * 1000,
test_ChainingAnimations: 30 * 1000,
test_AnimatingProperties: 30 * 1000
test_AnimatingProperties: 30 * 1000,
test_AnimateBackgroundColor_FromString: 10 * 1000
}
var startTime;