Skip to content

Commit aeae5bc

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

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
@@ -136,7 +136,7 @@ jobs:
136136
--return-code-on-test-failure \
137137
--ctest-args \
138138
--label-regex xfail \
139-
--timeout 120
139+
--timeout 240
140140
141141
- name: Run tests
142142
run: |
@@ -149,4 +149,4 @@ jobs:
149149
--return-code-on-test-failure \
150150
--ctest-args \
151151
--label-exclude xfail \
152-
--timeout 120
152+
--timeout 240

0 commit comments

Comments
 (0)