Commit 32fc915e authored by Riri Novita's avatar Riri Novita

Merge branch 'riri' into 'master'

timeout 3 menit

See merge request !872
parents 76dc462b e1fce10b
......@@ -24,7 +24,7 @@ const create = (type = "") => {
'Content-Type': 'application/json',
},
// 60 second timeout...
timeout: 120000
timeout: 180000
})
break;
case 'UPLOAD':
......@@ -38,7 +38,7 @@ const create = (type = "") => {
'Content-Type': 'application/json',
},
// 40 second timeout...
timeout: 120000
timeout: 180000
})
break;
default:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment