Skip to content

Commit

Permalink
Update jit-riscv64.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Xinlong-Wu authored Dec 20, 2023
1 parent 80ab57f commit f84a699
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/jit-riscv64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
QEMU_LD_PREFIX: /crossrootfs/riscv64
CORE_ROOT: /__w/runtime/runtime/artifacts/tests/coreclr/linux.riscv64.Debug/Tests/Core_Root
# set timeout to 5 minutes
__TestTimeout: ${{5*60*1000}}}
__TestTimeout: ${{ 5*60*1000 }}
needs: cross-build
steps:
- name: Checkout
Expand Down

0 comments on commit f84a699

Please sign in to comment.