From 6e576dee879269f23210dc65ff2e0d8f0adf4031 Mon Sep 17 00:00:00 2001 From: "Menezes, Luke J (PG/T - Comp Sci & Elec Eng)" <lm01906@surrey.ac.uk> Date: Fri, 24 May 2024 10:48:26 +0000 Subject: [PATCH] Update pipeline.sh --- pipeline.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipeline.sh b/pipeline.sh index 92da549..5f272fd 100644 --- a/pipeline.sh +++ b/pipeline.sh @@ -22,6 +22,6 @@ echo "Starting Flask" nohup python3 app.py & # Give the app some time to start -sleep 5 +sleep 10 echo "App should have started in the background" \ No newline at end of file -- GitLab