From: Wolfram Schneider Date: Mon, 27 Jan 2014 14:43:05 +0000 (+0000) Subject: wait up to 4 seconds for facet sources X-Git-Tag: 1.0.0~1580^2~1 X-Git-Url: http://sru.miketaylor.org.uk/?a=commitdiff_plain;h=6ae429df48a3978784e857e68f725e1a9073b384;p=mkws-moved-to-github.git wait up to 4 seconds for facet sources --- diff --git a/test/spec/mkws-pazpar2.js b/test/spec/mkws-pazpar2.js index 1a4860d..03c7bd9 100644 --- a/test/spec/mkws-pazpar2.js +++ b/test/spec/mkws-pazpar2.js @@ -180,7 +180,7 @@ describe("Check Termlist", function () { waitsFor(function () { return $("div#mkwsFacetSources").length == 1 ? true : false; - }, "check for facet sources", 2 * jasmine_config.second); + }, "check for facet sources", 4 * jasmine_config.second); // everything displayed?