Skip to content

Commit 1dc5c6a

Browse files
committed
build-and-test-other: increase timeout to 30 minutes
Lately it was randomly failing since it was taking more than 15 minutes. Increase timeout to 30 minutes to make sure it is not cancelled just before completion. Signed-off-by: Davide Bettio <[email protected]>
1 parent 5f75b46 commit 1dc5c6a

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)