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

#20 Backend Timeout to 1000ms (before 500)

parent 3bcd6d32
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