From f153a6ad08345929cc9071e4df8c5eddff045b38 Mon Sep 17 00:00:00 2001 From: Panayot Cankov Date: Fri, 16 Sep 2016 13:17:35 +0300 Subject: [PATCH] Bump test_AnimatingProperties timeout --- tests/app/testRunner.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/app/testRunner.ts b/tests/app/testRunner.ts index 65e111fcd..5acdb9032 100644 --- a/tests/app/testRunner.ts +++ b/tests/app/testRunner.ts @@ -114,7 +114,8 @@ var testsWithLongDelay = { testLoadInvalidUrl: 10000, testLoadUpperCaseSrc: 10000 * 5, test_SettingImageSrc: 30 * 1000, - test_ChainingAnimations: 30 * 1000 + test_ChainingAnimations: 30 * 1000, + test_AnimatingProperties: 30 * 1000 } var startTime;