Skip to content

Commit

Permalink
CI: increase timeout try 3 for FreeBSD in VM
Browse files Browse the repository at this point in the history
  • Loading branch information
emarsden committed Nov 1, 2023
1 parent 2f9e930 commit 0c130cf
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/freebsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
test:
runs-on: macos-latest
# these tests are extremely slow to run
timeout-minutes: 320
timeout-minutes: 450
steps:
- uses: actions/checkout@v4
- name: Run tests in FreeBSD VM
Expand All @@ -23,18 +23,18 @@ jobs:
shell: bash
run: |
sudo pkg update
sudo pkg install -y curl
sudo pkg install -y --quiet curl
curl https://sh.rustup.rs -sSf --output rustup.sh
sh rustup.sh -y --profile minimal --default-toolchain stable
export PATH="${HOME}/.cargo/bin:$PATH"
echo "~~~~ rustc --version ~~~~"
rustc --version
sudo pkg install -y Bento4
sudo pkg install -y --quiet Bento4
mp4decrypt || true
sudo pkg install -y ffmpeg
sudo pkg install -y multimedia/gpac-mp4box
sudo pkg install -y --quiet ffmpeg
sudo pkg install -y --quiet multimedia/gpac-mp4box
mp4box -version
sudo pkg install -y textproc/libxslt
sudo pkg install -y --quiet textproc/libxslt
ls -la
cargo build
cargo test
cargo build --jobs 1
cargo test --jobs 1

0 comments on commit 0c130cf

Please sign in to comment.