|
|
@@ -527,6 +527,7 @@ jobs:
|
|
|
run: sudo apt-get update && sudo apt install -y jq
|
|
|
|
|
|
- name: run tests
|
|
|
+ timeout-minutes: 10
|
|
|
run: ./test_wamr.sh ${{ matrix.test_option }} -t ${{ matrix.running_mode }}
|
|
|
working-directory: ./tests/wamr-test-suites
|
|
|
|
|
|
@@ -542,6 +543,7 @@ jobs:
|
|
|
sudo apt install -y g++-multilib lib32gcc-9-dev
|
|
|
|
|
|
- name: run tests x86_32
|
|
|
+ timeout-minutes: 10
|
|
|
if: env.TEST_ON_X86_32 == 'true'
|
|
|
run: ./test_wamr.sh ${{ env.X86_32_TARGET_TEST_OPTIONS }} ${{ matrix.test_option }} -t ${{ matrix.running_mode }}
|
|
|
working-directory: ./tests/wamr-test-suites
|