Set estimated time for Online Cordova build to 5min (should be less)

This commit is contained in:
Florian Rival
2019-07-28 21:30:54 +01:00
parent a3d5a731f6
commit d70003ab7f

View File

@@ -9,7 +9,7 @@ import LinearProgress from 'material-ui/LinearProgress';
const buildTypesConfig = {
'cordova-build': {
estimatedTimeInSeconds: () => 180,
estimatedTimeInSeconds: () => 300,
completeDescription:
'You can download it on your Android phone and install it.',
},