about summary refs log tree commit diff stats
path: root/.github/workflows
diff options
context:
space:
mode:
authorYang Liu <liuyang22@iscas.ac.cn>2025-08-22 19:11:51 +0800
committerGitHub <noreply@github.com>2025-08-22 13:11:51 +0200
commit031d3def2d7d1c0f84e8b2575f8c9e2aee47bbfa (patch)
tree7030ab927152bca2ff0a3e739e86f209577d45de /.github/workflows
parent7c32cb24a05bff89b4b9ed4461ecb9e34fdf3d1d (diff)
downloadbox64-031d3def2d7d1c0f84e8b2575f8c9e2aee47bbfa.tar.gz
box64-031d3def2d7d1c0f84e8b2575f8c9e2aee47bbfa.zip
[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
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/release.yml2
1 files changed, 1 insertions, 1 deletions
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/