forked from cloudron-apps/peertube-app
Give it more time
This commit is contained in:
parent
7a7cea05f9
commit
5da1da9700
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue