diff --git a/pipeline.sh b/pipeline.sh index 92da5492cc9472db4ddf5d0b408c7fae35a81cde..5f272fd6096b8564b971e9b391ceecd2e8965a76 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