Skip to content

Commit fcde2cf

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

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/integration-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ jobs:
225225
python3 -u ./main_em.py > em_backend_logs 2>&1 &
226226
python3 -u ./main.py > backend_logs 2>&1 &
227227
echo $! > ../pid.txt # Save the process ID (PID)
228-
sleep 60 # Wait for the backend to get ready
228+
sleep 120 # Wait for the backend to get ready
229229
230230
- name: Register backend
231231
run: |
@@ -480,7 +480,7 @@ jobs:
480480
python3 -u ./main_em.py > em_backend_logs 2>&1 &
481481
python3 -u ./main.py > backend_logs 2>&1 &
482482
echo $! > ../pid.txt # Save the process ID (PID)
483-
sleep 60 # Wait for the backend to get ready
483+
sleep 120 # Wait for the backend to get ready
484484
485485
- name: Register backend
486486
run: |
@@ -795,7 +795,7 @@ jobs:
795795
python3 -u ./main_em.py > em_backend_logs 2>&1 &
796796
python3 -u ./main.py > backend_logs 2>&1 &
797797
echo $! > ../pid.txt # Save the process ID (PID)
798-
sleep 60 # Wait for the backend to get ready
798+
sleep 120 # Wait for the backend to get ready
799799
800800
- name: Register backend
801801
run: |

0 commit comments

Comments
 (0)