From 2815f9aee9c49131b2970287cf3188165c3fcc08 Mon Sep 17 00:00:00 2001 From: Ramon Wenger Date: Tue, 16 Mar 2021 15:58:30 +0100 Subject: [PATCH] Add sleep delay to bitbucket pipeline --- bitbucket-pipelines.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 8d21ae26..df4980fe 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -74,7 +74,8 @@ aliases: script: - npm ci --prefix client - npm run "install:cypress" --prefix client - - npm run dev --prefix client & + - npm run dev --prefix client 2>&1 > /dev/null & + - sleep 30 - curl http://localhost:8080/beta-login - npm run --prefix client test:cypress:frontend - &jest-test