From ab31de0f6aedc03f32218f9f2afe157d1e2d0a6f Mon Sep 17 00:00:00 2001 From: Alexander Boettcher Date: Mon, 7 Jun 2021 10:52:39 +0200 Subject: [PATCH] libc_integration: reduce rounds for x86_32 autopilot mode. The test machine is less powerful as the x86_64 one. Issue #3967 --- repos/libports/run/libc_integration.run | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/repos/libports/run/libc_integration.run b/repos/libports/run/libc_integration.run index c5132194d5..19cf3dccea 100644 --- a/repos/libports/run/libc_integration.run +++ b/repos/libports/run/libc_integration.run @@ -26,8 +26,9 @@ if { [get_cmd_switch --autopilot] } { set run_script_timeout 1200 if {[have_board pc]} { - set config_wo 10000 set run [expr [have_spec nova] || [have_spec hw]] + + if {[have_spec x86_32]} { set config_wo 8000 } } if {[have_board imx8q_evk]} { set config_wo 9000