mirror of
https://github.com/ptitSeb/box64.git
synced 2025-05-09 00:21:32 +08:00
[CI] Bumped test timeout to 120 sec
This commit is contained in:
parent
963da34562
commit
26c9b3426f
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -199,7 +199,7 @@ jobs:
|
||||
fi
|
||||
|
||||
cd build
|
||||
export CTEST_OPTIONS="-j$(nproc) --timeout 60 --output-on-failure --repeat until-pass:20"
|
||||
export CTEST_OPTIONS="-j$(nproc) --timeout 120 --output-on-failure --repeat until-pass:20"
|
||||
if [[ ${{ matrix.platform }} == 'RISCV' ]]; then
|
||||
export INTERPRETER=qemu-riscv64-static
|
||||
export QEMU_LD_PREFIX=/usr/riscv64-linux-gnu/
|
||||
|
Loading…
x
Reference in New Issue
Block a user