Skip to content

Commit b90d11e

Browse files
committed
tools/ci.sh: Increase timeout for unix qemu test runs.
The qemu emulation introduces enough overhead that the `tests/thread/strees_aes.py` test overruns the default timeout. So increase it to allow this test to pass. Signed-off-by: Damien George <damien@micropython.org>
1 parent d9178c4 commit b90d11e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tools/ci.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -792,7 +792,7 @@ function ci_unix_qemu_mips_build {
792792

793793
function ci_unix_qemu_mips_run_tests {
794794
file ./ports/unix/build-coverage/micropython
795-
(cd tests && MICROPY_MICROPYTHON=../ports/unix/build-coverage/micropython ./run-tests.py)
795+
(cd tests && MICROPY_MICROPYTHON=../ports/unix/build-coverage/micropython MICROPY_TEST_TIMEOUT=90 ./run-tests.py)
796796
}
797797

798798
function ci_unix_qemu_arm_setup {
@@ -813,7 +813,7 @@ function ci_unix_qemu_arm_run_tests {
813813
# Issues with ARM tests:
814814
# - (i)listdir does not work, it always returns the empty list (it's an issue with the underlying C call)
815815
file ./ports/unix/build-coverage/micropython
816-
(cd tests && MICROPY_MICROPYTHON=../ports/unix/build-coverage/micropython ./run-tests.py --exclude 'vfs_posix.*\.py')
816+
(cd tests && MICROPY_MICROPYTHON=../ports/unix/build-coverage/micropython MICROPY_TEST_TIMEOUT=90 ./run-tests.py --exclude 'vfs_posix.*\.py')
817817
}
818818

819819
function ci_unix_qemu_riscv64_setup {
@@ -832,7 +832,7 @@ function ci_unix_qemu_riscv64_build {
832832

833833
function ci_unix_qemu_riscv64_run_tests {
834834
file ./ports/unix/build-coverage/micropython
835-
(cd tests && MICROPY_MICROPYTHON=../ports/unix/build-coverage/micropython ./run-tests.py)
835+
(cd tests && MICROPY_MICROPYTHON=../ports/unix/build-coverage/micropython MICROPY_TEST_TIMEOUT=90 ./run-tests.py)
836836
}
837837

838838
########################################################################################

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy