File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 : |
You can’t perform that action at this time.
0 commit comments