loleaflet/spec/loadtest/LoadTestSpec.js |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 22e129702ecc4a5bd1c81878080df47c78989a4c
Author: Ashod Nakashian <ashod.nakash...@collabora.co.uk>
Date:   Sun Jan 24 14:33:18 2016 -0500

    loleaflet: extended loadtest timeout to 6s
    
    Change-Id: I6779cf37a9e320369b6dc06be2c691e9f6b99088
    Reviewed-on: https://gerrit.libreoffice.org/21756
    Reviewed-by: Ashod Nakashian <ashnak...@gmail.com>
    Tested-by: Ashod Nakashian <ashnak...@gmail.com>

diff --git a/loleaflet/spec/loadtest/LoadTestSpec.js 
b/loleaflet/spec/loadtest/LoadTestSpec.js
index e4e9984..0099b63 100644
--- a/loleaflet/spec/loadtest/LoadTestSpec.js
+++ b/loleaflet/spec/loadtest/LoadTestSpec.js
@@ -59,7 +59,7 @@ describe('LoadTest', function () {
                                checkTimeOut = setTimeout(function () {
                                        
expect(map._docLayer._emptyTilesCount).to.eql(0);
                                        done();
-                               }, 2000);
+                               }, 6000);
                        });
 
                        it('Scroll to the bottom', function (done) {
@@ -73,7 +73,7 @@ describe('LoadTest', function () {
                                checkTimeOut = setTimeout(function () {
                                        
expect(map._docLayer._emptyTilesCount).to.eql(0);
                                        done();
-                               }, 2000);
+                               }, 6000);
                        });
 
                });
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to