From: Wolfram Schneider Date: Thu, 5 Sep 2013 14:21:38 +0000 (+0000) Subject: wait up to 10 seconds for the first next link X-Git-Tag: 0.9.1~202^2~17 X-Git-Url: http://sru.miketaylor.org.uk/?a=commitdiff_plain;h=2b5c85a0a8c156b0c3f4803afde871b24504463a;p=mkws-moved-to-github.git wait up to 10 seconds for the first next link --- diff --git a/test/spec/mkws-pazpar2.js b/test/spec/mkws-pazpar2.js index 8df666f..25b18e0 100644 --- a/test/spec/mkws-pazpar2.js +++ b/test/spec/mkws-pazpar2.js @@ -73,7 +73,7 @@ describe("Check pazpar2 navigation", function () { waitsFor(function () { return $("div#mkwsPager div:nth-child(2) a").length >= 2 ? true : false; - }, "Expect next link 2", 5 * 1000); + }, "Expect next link 2", 10 * 1000); runs(function () { // click next/prev after N seconds