diff --git a/test/test.js b/test/test.js index eb689cf..e2df120 100644 --- a/test/test.js +++ b/test/test.js @@ -137,7 +137,7 @@ describe('Application life cycle test', function () { it('install app', function (done) { execSync('cloudron install --location ' + LOCATION, { cwd: path.resolve(__dirname, '..'), stdio: 'inherit' }); - setTimeout(done, 10000); // takes a bit to create root user in background + setTimeout(done, 20000); // takes a bit to create root user in background }); it('can get app information', getAppInfo);