Skip to content

Commit cc5d79d

Browse files
committed
fix(ci): allow more time for the backend to setup
Signed-off-by: Anupam Kumar <kyteinsky@gmail.com>
1 parent d757ed5 commit cc5d79d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/integration-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ jobs:
221221
python3 -u ./main_em.py > em_backend_logs 2>&1 &
222222
python3 -u ./main.py > backend_logs 2>&1 &
223223
echo $! > ../pid.txt # Save the process ID (PID)
224-
sleep 60 # Wait for the backend to get ready
224+
sleep 120 # Wait for the backend to get ready
225225
226226
- name: Register backend
227227
run: |
@@ -472,7 +472,7 @@ jobs:
472472
python3 -u ./main_em.py > em_backend_logs 2>&1 &
473473
python3 -u ./main.py > backend_logs 2>&1 &
474474
echo $! > ../pid.txt # Save the process ID (PID)
475-
sleep 60 # Wait for the backend to get ready
475+
sleep 120 # Wait for the backend to get ready
476476
477477
- name: Register backend
478478
run: |
@@ -777,7 +777,7 @@ jobs:
777777
python3 -u ./main_em.py > em_backend_logs 2>&1 &
778778
python3 -u ./main.py > backend_logs 2>&1 &
779779
echo $! > ../pid.txt # Save the process ID (PID)
780-
sleep 60 # Wait for the backend to get ready
780+
sleep 120 # Wait for the backend to get ready
781781
782782
- name: Register backend
783783
run: |

0 commit comments

Comments
 (0)