Skip to content

Commit 0d8119e

Browse files
committed
Increase timeout time to 300s
1 parent 13d0e97 commit 0d8119e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/unittests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
6969
- name: Check status of unit tests
7070
run: |
71-
timeout 120s \
71+
timeout 300s \
7272
bash -c \
7373
'until \
7474
curl -s -H "Accept: application/json" -o $GITHUB_WORKSPACE/out/test_results.json -w "%{http_code}" http://localhost:8080/rest/wfcunittest/v1/wfcunittests/status | grep "200" && \

0 commit comments

Comments
 (0)