mirror of
https://git.cloudron.io/cloudron/peertube-app.git
synced 2024-11-21 17:11:09 +00:00
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