forked from rosa/hakurei
internal/rosa/meson: set timeout multiplier
Current meson-based spurious test failures are generally always caused by timeouts under load, so mitigate that here. Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
@@ -58,6 +58,7 @@ func (attr *MesonHelper) script(t Toolchain, name string) string {
|
|||||||
if !attr.SkipTest && t.opts&OptSkipCheck == 0 {
|
if !attr.SkipTest && t.opts&OptSkipCheck == 0 {
|
||||||
scriptTest = `
|
scriptTest = `
|
||||||
meson test \
|
meson test \
|
||||||
|
-t 10 \
|
||||||
--print-errorlogs`
|
--print-errorlogs`
|
||||||
if attr.InteractiveTest {
|
if attr.InteractiveTest {
|
||||||
scriptTest += ` \
|
scriptTest += ` \
|
||||||
|
|||||||
Reference in New Issue
Block a user