Skip to content

Commit e786f14

Browse files
committed
fix(integration-test): wait for the backend to get ready
Signed-off-by: Anupam Kumar <kyteinsky@gmail.com>
1 parent 25b894d commit e786f14

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/integration-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ jobs:
186186
python3 -u ./main_em.py > em_backend_logs 2>&1 &
187187
python3 -u ./main.py > backend_logs 2>&1 &
188188
echo $! > ../pid.txt # Save the process ID (PID)
189+
sleep 60 # Wait for the backend to get ready
189190
190191
- name: Register backend
191192
run: |

0 commit comments

Comments
 (0)