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