Skip to content

Commit 5c00edc

Browse files
committed
tools/ci.sh: Increase qemu_arm test run timeout.
It takes longer now that weakref is enabled in the coverage build. Signed-off-by: Damien George <damien@micropython.org>
1 parent 44d8f70 commit 5c00edc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tools/ci.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -938,9 +938,9 @@ function ci_unix_qemu_arm_build {
938938

939939
function ci_unix_qemu_arm_run_tests {
940940
# Issues with ARM tests:
941-
# - thread/stress_aes.py takes around 70 seconds
941+
# - thread/stress_aes.py takes around 90 seconds
942942
file ./ports/unix/build-coverage/micropython
943-
(cd tests && MICROPY_MICROPYTHON=../ports/unix/build-coverage/micropython MICROPY_TEST_TIMEOUT=90 ./run-tests.py)
943+
(cd tests && MICROPY_MICROPYTHON=../ports/unix/build-coverage/micropython MICROPY_TEST_TIMEOUT=120 ./run-tests.py)
944944
}
945945

946946
function ci_unix_qemu_riscv64_setup {

0 commit comments

Comments
 (0)