From 173ab8792c10c95efb4a0941bcf7516c189e7336 Mon Sep 17 00:00:00 2001 From: Cheng Shao <terrorjack@type.dance> Date: Mon, 27 May 2024 19:48:08 +0000 Subject: [PATCH] testsuite: bump MultiLayerModulesDefsGhciReload timeout to 10x (cherry picked from commit e17f2df9906e2edd5ded932c8dcac4818e6ce0e4) --- testsuite/tests/perf/compiler/all.T | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testsuite/tests/perf/compiler/all.T b/testsuite/tests/perf/compiler/all.T index 0bc811c1b93..8ac94b6cb80 100644 --- a/testsuite/tests/perf/compiler/all.T +++ b/testsuite/tests/perf/compiler/all.T @@ -400,7 +400,7 @@ test('MultiLayerModulesDefsGhciReload', [ collect_compiler_residency(15), pre_cmd('./genMultiLayerModulesDefs'), extra_files(['genMultiLayerModulesDefs']), - compile_timeout_multiplier(5) + compile_timeout_multiplier(10) # this is _a lot_ # but this test has been failing every now and then, # especially on i386. Let's just give it some room -- GitLab