mirror of
https://git.cloudron.io/cloudron/peertube-app.git
synced 2024-11-21 17:11:09 +00:00
bump the timeout a bit more
This commit is contained in:
parent
ec25b08e08
commit
c4026054b9
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue