increased readtimout

This commit is contained in:
dcore94 2023-11-21 17:11:04 +01:00
parent 1e55c0ed8e
commit b204136c6a
1 changed files with 1 additions and 0 deletions

View File

@ -58,6 +58,7 @@
"http_request": {
"uri" : "${init.input.storagehub}/workspace/items/${init2.input.workspace_root_folder_id}/items/${init.input.parentfolder}",
"method" : "GET",
"readTimeOut" : 1000,
"headers" : { "Authorization" : "${init.input.auth}" }
}
},