diff --git a/test/test.js b/test/test.js index eb1ac97..1f23782 100644 --- a/test/test.js +++ b/test/test.js @@ -119,7 +119,7 @@ describe('Application life cycle test', function () { xit('build app', function () { execSync('cloudron build', EXEC_ARGS); }); it('install app', async function () { execSync('cloudron install --location ' + LOCATION, EXEC_ARGS); - await sleep(10000); // takes a bit to create root user in background + await sleep(40000); // takes a bit to create root user in background }); it('can get app information', getAppInfo);