We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44d8f70 commit 5c00edcCopy full SHA for 5c00edc
1 file changed
tools/ci.sh
@@ -938,9 +938,9 @@ function ci_unix_qemu_arm_build {
938
939
function ci_unix_qemu_arm_run_tests {
940
# Issues with ARM tests:
941
- # - thread/stress_aes.py takes around 70 seconds
+ # - thread/stress_aes.py takes around 90 seconds
942
file ./ports/unix/build-coverage/micropython
943
- (cd tests && MICROPY_MICROPYTHON=../ports/unix/build-coverage/micropython MICROPY_TEST_TIMEOUT=90 ./run-tests.py)
+ (cd tests && MICROPY_MICROPYTHON=../ports/unix/build-coverage/micropython MICROPY_TEST_TIMEOUT=120 ./run-tests.py)
944
}
945
946
function ci_unix_qemu_riscv64_setup {
0 commit comments