diff --git a/test/line-animation.html b/test/line-animation.html
index 853e3b8154..9ce3c38af2 100644
--- a/test/line-animation.html
+++ b/test/line-animation.html
@@ -49,8 +49,6 @@
}
-
-
@@ -61,6 +59,8 @@ Default Label Animation
Label Animation with animationDelay callback
+ Line Animation should be continued when calling setOption again.
+
@@ -424,8 +424,8 @@ Label Animation with animationDelay callback
type: 'line',
areaStyle: {}
}],
- animationDuration: 5000,
- animationDurationUpdate: 5000
+ animationDuration: 10000,
+ animationDurationUpdate: 10000
};
chart.setOption(option);