From 8f0447087ae695d68120ca72b4dc41898a51333e Mon Sep 17 00:00:00 2001 From: Volodymyr Shymanskyy Date: Thu, 9 Apr 2020 21:37:22 +0300 Subject: [PATCH] Update tests.yml --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 57dc697..9c9adf4 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -207,7 +207,7 @@ jobs: build-arm-qemu: runs-on: ubuntu-latest - timeout-minutes: 10 + timeout-minutes: 15 steps: - uses: actions/checkout@v1 - name: Install prerequisites @@ -229,7 +229,7 @@ jobs: - name: Run WASI tests run: | cd test - ./run-wasi-test.py --exec "qemu-arm ../build/wasm3" + python3 run-wasi-test.py --timeout=300 --exec "qemu-arm-static ../build/wasm3" build-platformio: runs-on: ubuntu-latest