Skip to content

Commit 45fd865

Browse files
authored
Increase sleep time to let the model train
1 parent 0f4da91 commit 45fd865

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ jobs:
3737
- name: Run Flask app and test with Curl
3838
run: |
3939
nohup python app.py &
40-
sleep 90
40+
sleep 95
4141
curl -I http://127.0.0.1:5000
4242
pkill -f "python app.py"

0 commit comments

Comments
 (0)