Author: ygrego Date: 2015-04-02 08:58:39 +0000 (Thu, 02 Apr 2015) New Revision: 1050 Url: http://forge.nuiton.org/projects/sandbox/repository/revisions/1050 Log: Change timeout delay to 5 seconds. Modified: oipf/js/test/Test.js Modified: oipf/js/test/Test.js =================================================================== --- oipf/js/test/Test.js 2015-04-02 08:53:22 UTC (rev 1049) +++ oipf/js/test/Test.js 2015-04-02 08:58:39 UTC (rev 1050) @@ -430,7 +430,7 @@ var result = false; return new Promise(function(resolve, reject) { try { - timeout(200) + timeout(5000) .then(reject.bind(this, "No result returned.")) .then(function() { !result