From: Julien Olivain via buildroot <buildroot@buildroot.org>
To: Romain Naour <romain.naour@smile.fr>
Cc: buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH 1/2] support/testing: TestSWIPL: increase timeout value
Date: Thu, 04 Sep 2025 18:44:58 +0200 [thread overview]
Message-ID: <3fb488e07b05713a2f700b9ccc097da0@free.fr> (raw)
In-Reply-To: <20250831213843.1310171-1-romain.naour@smile.fr>
On 31/08/2025 23:38, Romain Naour via buildroot wrote:
> The swipl runtime test is unreliable, depending on the execution speed
> of its runner or local host.
>
> Running on a build server, the last test resolve the sudoku in
> 30sec while the timeout is 10sec.
>
> # time swipl -g top -t halt /root/sudoku.pl
> Sudoku solution:
> [9, 8, 7, 6, 5, 4, 3, 2, 1].
> [2, 4, 6, 1, 7, 3, 9, 8, 5].
> [3, 5, 1, 9, 2, 8, 7, 4, 6].
> [1, 2, 8, 5, 3, 7, 6, 9, 4].
> [6, 3, 4, 8, 9, 2, 1, 5, 7].
> [7, 9, 5, 4, 6, 1, 8, 3, 2].
> [5, 1, 9, 2, 8, 6, 4, 7, 3].
> [4, 7, 2, 3, 1, 9, 5, 6, 8].
> [8, 6, 3, 7, 4, 5, 2, 1, 9].
> real 0m 28.53s
> user 0m 27.99s
> sys 0m 0.51s
>
> Increase the timout to 120sec.
>
> Note: On Gitlab-CI, every emulator timeout are increased by a factor 10
> to avoid sporadic failures in elastic runners.
>
> https://gitlab.com/buildroot.org/buildroot/-/blame/2025.08-rc3/support/misc/gitlab-ci.yml.in?ref_type=tags#L101
>
> Cc: Julien Olivain <ju.o@free.fr>
> Signed-off-by: Romain Naour <romain.naour@smile.fr>
Series applied to master, thanks.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
prev parent reply other threads:[~2025-09-04 16:45 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-08-31 21:38 [Buildroot] [PATCH 1/2] support/testing: TestSWIPL: increase timeout value Romain Naour via buildroot
2025-08-31 21:38 ` [Buildroot] [PATCH 2/2] support/testing: TestOpenJdk: remove stime() function call Romain Naour via buildroot
2025-09-11 19:22 ` Thomas Perale via buildroot
2025-09-04 16:44 ` Julien Olivain via buildroot [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3fb488e07b05713a2f700b9ccc097da0@free.fr \
--to=buildroot@buildroot.org \
--cc=ju.o@free.fr \
--cc=romain.naour@smile.fr \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.