From 5da1da97002397fbbdc68154ccfdb132321e2666 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Thu, 5 Jan 2023 12:14:37 +0100 Subject: [PATCH] Give it more time --- test/test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);