bump the timeout a bit more

This commit is contained in:
Girish Ramakrishnan 2020-10-14 19:21:43 -07:00
parent ec25b08e08
commit c4026054b9

View file

@ -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);