Skip to content

Commit c0d2035

Browse files
committed
wait longer for OP to start
Signed-off-by: Artur Neumann <artur@jankaritech.com>
1 parent 7aa83ee commit c0d2035

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
uses: iFaxity/wait-on-action@v1
124124
with:
125125
resource: http://localhost:8081/api/v3/
126-
timeout: 10000
126+
timeout: 240000
127127

128128
- name: try OpenProject
129129
run: curl http://localhost:8081/api/v3/users -u apiadmin:apiadmin

0 commit comments

Comments
 (0)