$.ajax({
type: "GET",
url: baseUrl, timeout: 2*60*1000, // 2 minutes. Some hierarchy pages can take a long time to generate.
data: { nodeQuery: JSON.stringify(nodeQuery) },
dataType: "json",
success: onSuccess,
error: onError,
page: page
});
Change the timeout to 4*60*1000. This increases the timeout to 4 mins.
Can't find what you are looking for?
Reach out to our customer care team to receive information on technical support, assistance for complaints and more.