File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2828 matrix :
2929 php-versions : [ '8.1' ]
3030 databases : [ 'sqlite' ]
31- server-versions : [ 'master', 'stable31', 'stable30' ]
31+ server-versions : [ 'master', 'stable31' ]
3232
3333 name : Integration test on ☁️${{ matrix.server-versions }} 🐘${{ matrix.php-versions }}
3434
@@ -198,7 +198,7 @@ jobs:
198198 TASK_ID=$(echo $TASK | jq '.ocs.data.task.id')
199199 NEXT_WAIT_TIME=0
200200 TASK_STATUS='"STATUS_SCHEDULED"'
201- until [ $NEXT_WAIT_TIME -eq 35 ] || [ "$TASK_STATUS" == '"STATUS_SUCCESSFUL"' ] || [ "$TASK_STATUS" == '"STATUS_FAILED"' ]; do
201+ until [ $NEXT_WAIT_TIME -eq 59 ] || [ "$TASK_STATUS" == '"STATUS_SUCCESSFUL"' ] || [ "$TASK_STATUS" == '"STATUS_FAILED"' ]; do
202202 TASK=$(curl -u "$CREDS" -H "oCS-APIRequest: true" http://localhost:8080/ocs/v2.php/taskprocessing/task/$TASK_ID?format=json)
203203 echo $TASK
204204 TASK_STATUS=$(echo $TASK | jq '.ocs.data.task.status')
You can’t perform that action at this time.
0 commit comments