diff --git a/mocha-php/src/mocha-php/scripts/mcx-moniker.js b/mocha-php/src/mocha-php/scripts/mcx-moniker.js index 4238dc7..ad1c979 100644 --- a/mocha-php/src/mocha-php/scripts/mcx-moniker.js +++ b/mocha-php/src/mocha-php/scripts/mcx-moniker.js @@ -207,7 +207,7 @@ function McxMoniker(parentElement) var url = System.ExpandRelativePath("~/" + System.TenantName + "/inst/" + this.InstanceID + "/rel-tasks.htmld"); var xhr = new XMLHttpRequest(); - xhr.timeout = 5000; + xhr.timeout = 10000; xhr.open("GET", url); xhr.thiss = this; xhr.onreadystatechange = function(e)