From 2b5c85a0a8c156b0c3f4803afde871b24504463a Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Thu, 5 Sep 2013 14:21:38 +0000 Subject: [PATCH 1/1] wait up to 10 seconds for the first next link --- test/spec/mkws-pazpar2.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.10.4