Skip to content

Commit f192d38

Browse files
committed
Added sleep command to Arch Dockerfile to further troubleshoot Arch test fails
1 parent e35d8e2 commit f192d38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Arch/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ sudo mv gnuradio*.tar.zst /home/artifacts
6363
WORKDIR /home/notroot/testing
6464
RUN chmod +x test-only-Arch.sh && \
6565
chmod +x variables.sh && \
66-
chmod +x tests
66+
chmod +x tests && sleep 10000
6767

6868

6969

0 commit comments

Comments
 (0)