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 {
|
||||
scriptTest = `
|
||||
meson test \
|
||||
-t 10 \
|
||||
--print-errorlogs`
|
||||
if attr.InteractiveTest {
|
||||
scriptTest += ` \
|
||||
|
||||
Reference in New Issue
Block a user