[Libreoffice-commits] online.git: loleaflet/spec

Ashod Nakashian ashod.nakashian at collabora.co.uk
Sun Jan 24 13:10:12 PST 2016


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

New commits:
commit 22e129702ecc4a5bd1c81878080df47c78989a4c
Author: Ashod Nakashian <ashod.nakashian at 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 <ashnakash at gmail.com>
    Tested-by: Ashod Nakashian <ashnakash at 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);
 			});
 
 		});


More information about the Libreoffice-commits mailing list