diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/visual/progressbar.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/visual/progressbar.html b/tests/visual/progressbar.html index 9052855e1..89052652a 100644 --- a/tests/visual/progressbar.html +++ b/tests/visual/progressbar.html @@ -171,11 +171,11 @@ $(function() { width: 500,
- duration: 5000,
+ duration: 1000,
- interval: 500,
+ interval: 1000,
- increment: 300,
+ increment: 1,
progress: function(ui) {
//console.log(ui.pixelRange);
|