mirror of
https://github.com/apache/cordova-android.git
synced 2026-04-23 00:00:09 +08:00
@@ -19,7 +19,7 @@
|
||||
|
||||
var actions = require('./helpers/projectActions.js');
|
||||
|
||||
var CREATE_TIMEOUT = 60000;
|
||||
var CREATE_TIMEOUT = 90000;
|
||||
|
||||
function createAndBuild(projectname, projectid, done) {
|
||||
actions.createProject(projectname, projectid, function (error) {
|
||||
|
||||
@@ -25,7 +25,7 @@ var actions = require('./helpers/projectActions.js'),
|
||||
platformEdge = { version: getCurrentVersion(), path: '.' };
|
||||
|
||||
var DOWNLOAD_TIMEOUT = 2 * 60 * 1000,
|
||||
UPDATE_TIMEOUT = 60 * 1000,
|
||||
UPDATE_TIMEOUT = 90 * 1000,
|
||||
PLATFORM_GIT_URL = 'https://github.com/apache/cordova-android';
|
||||
|
||||
function getCurrentVersion() {
|
||||
|
||||
Reference in New Issue
Block a user