mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-17 21:01:34 +08:00
Merge pull request #2734 from NativeScript/cankov/animating-properties-timeout
Bump test_AnimatingProperties timeout
This commit is contained in:
@ -114,7 +114,8 @@ var testsWithLongDelay = {
|
|||||||
testLoadInvalidUrl: 10000,
|
testLoadInvalidUrl: 10000,
|
||||||
testLoadUpperCaseSrc: 10000 * 5,
|
testLoadUpperCaseSrc: 10000 * 5,
|
||||||
test_SettingImageSrc: 30 * 1000,
|
test_SettingImageSrc: 30 * 1000,
|
||||||
test_ChainingAnimations: 30 * 1000
|
test_ChainingAnimations: 30 * 1000,
|
||||||
|
test_AnimatingProperties: 30 * 1000
|
||||||
}
|
}
|
||||||
|
|
||||||
var startTime;
|
var startTime;
|
||||||
|
Reference in New Issue
Block a user