Skip to content

Commit 843a3f8

Browse files
committed
Merge pull request #1857 from bettio/increase-ci-other-to-30m
CI: build-and-test-other: increase timeout to 30 minutes These changes are made under both the "Apache 2.0" and the "GNU Lesser General Public License 2.1 or later" license terms (dual license). SPDX-License-Identifier: Apache-2.0 OR LGPL-2.1-or-later
2 parents 5f75b46 + 1dc5c6a commit 843a3f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-test-other.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
uses: docker/setup-qemu-action@v3
134134

135135
- name: "Build and Test: AtomVM on foreign arch"
136-
timeout-minutes: 15
136+
timeout-minutes: 30
137137
run: |
138138
docker run --platform linux/${{ matrix.platform }} --rm -v $PWD:/atomvm -w /atomvm \
139139
-e CFLAGS="${{ matrix.cflags }}" -e CXXFLAGS="${{ matrix.cflags }}" \

0 commit comments

Comments
 (0)