Skip to content
Snippets Groups Projects
Commit f709ba83 authored by Jonas Blatt's avatar Jonas Blatt :ant:
Browse files

Merge branch '20-backend-timeout' into 'develop'

Resolve "Backend Timeout"

See merge request jonasblatt/ma-jonasblatt-dmn-verifier!27
parents 3bcd6d32 09088625
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,7 @@ function handleStatus() {
function loadAvailableTypes() {
$.ajax({
timeout: 500,
timeout: 1000,
url: dmnApi + 'verification/types',
type: 'GET',
contentType: 'text/xml',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment