e2e-test: delay backend check

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2024-04-06 15:23:33 +02:00
parent 7395364e3b
commit 31ee337a50
+1 -1
View File
@@ -549,7 +549,7 @@ async function testBackendStart(appDir: string, ...args: string[]) {
// Skipping the whole block
throw new Error(stderr);
}
await new Promise(resolve => setTimeout(resolve, 500));
await new Promise(resolve => setTimeout(resolve, 1000));
print('Try to fetch entities from the backend');
// Try fetch entities, should be ok