From: Wolfram Schneider Date: Thu, 22 Aug 2013 12:44:51 +0000 (+0000) Subject: wait 3 seconds before starting a search (sp auth etc.) X-Git-Tag: 0.9.1~202^2~76 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;h=0eea35112a21e54312e88c62afc5afb0160010da;hp=248f1680bc365f875b1edb9f5f567cb4502f2277;p=mkws-moved-to-github.git wait 3 seconds before starting a search (sp auth etc.) --- diff --git a/examples/htdocs/index-jasmine.html b/examples/htdocs/index-jasmine.html index 1aa6731..359df88 100644 --- a/examples/htdocs/index-jasmine.html +++ b/examples/htdocs/index-jasmine.html @@ -113,7 +113,7 @@ } else { debug("no mkws page found"); } - }, 1000); + }, 3 * 1000); });