Skip to content

Commit 071cd0d

Browse files
committed
test: Wait longer for model to be downloaded
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
1 parent bb02a90 commit 071cd0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ jobs:
153153
CREDS: "admin:password"
154154
run: |
155155
set -x
156-
sleep 300
156+
sleep 600
157157
TASK=$(curl -X POST -u "$CREDS" -H "oCS-APIRequest: true" -H "Content-type: application/json" http://localhost:8080/ocs/v2.php/taskprocessing/schedule?format=json --data-raw '{"input": {"input": "Hello World"},"type":"core:text2text", "appId": "test", "customId": ""}')
158158
echo $TASK
159159
TASK_ID=$(echo $TASK | jq '.ocs.data.task.id')

0 commit comments

Comments
 (0)