loleaflet/spec/headlessLoadTest.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit e8f3ea678b3dcc82089a9a5428ecd57c5befd9f9 Author: Mihai Varga <[email protected]> Date: Mon Sep 14 09:07:22 2015 +0300 loleaflet: remove pause between tests diff --git a/loleaflet/spec/headlessLoadTest.js b/loleaflet/spec/headlessLoadTest.js index bb32aba..eeefcc4 100644 --- a/loleaflet/spec/headlessLoadTest.js +++ b/loleaflet/spec/headlessLoadTest.js @@ -135,7 +135,7 @@ describe('LoadTest', function () { after(function (done) { ws.onmessage = function () {}; ws.close(); - setTimeout(done, 20); + done(); }); it('Connect to the server', function (done) { _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
