Give it more time

This commit is contained in:
Girish Ramakrishnan 2023-01-05 12:14:37 +01:00
parent 7a7cea05f9
commit 5da1da9700
1 changed files with 1 additions and 1 deletions

View File

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