Skip to content

Commit bc6d85b

Browse files
committed
Refs #21670: Raise test timeout
Signed-off-by: cferreiragonz <carlosferreira@eprosima.com>
1 parent 8b075c3 commit bc6d85b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker-reusable-workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ jobs:
135135
--return-code-on-test-failure \
136136
--ctest-args \
137137
--label-regex xfail \
138-
--timeout 120
138+
--timeout 240
139139
140140
- name: Run tests
141141
run: |
@@ -148,4 +148,4 @@ jobs:
148148
--return-code-on-test-failure \
149149
--ctest-args \
150150
--label-exclude xfail \
151-
--timeout 120
151+
--timeout 240

0 commit comments

Comments
 (0)