From 031d3def2d7d1c0f84e8b2575f8c9e2aee47bbfa Mon Sep 17 00:00:00 2001 From: Yang Liu Date: Fri, 22 Aug 2025 19:11:51 +0800 Subject: [RV64_DYNAREC] Added scalar SSE 66 0F 3A 60/61/62 opcodes (#2963) * [RV64_DYNAREC] Added scalar SSE 66 0F 3A 60/61/62 opcodes * [CI] Bump timeout --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows') diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e2471cb2..1e9d52d4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -244,7 +244,7 @@ jobs: fi cd build - export CTEST_OPTIONS="-j$(nproc) --timeout 120 --output-on-failure --repeat until-pass:20" + export CTEST_OPTIONS="-j$(nproc) --timeout 300 --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/ -- cgit 1.4.1