From 4fdff7d33cf0e7eeece66fabffd171c461103f33 Mon Sep 17 00:00:00 2001 From: Cheng Shao <terrorjack@type.dance> Date: Tue, 1 Oct 2024 12:51:42 +0000 Subject: [PATCH] testsuite: bump T17572 timeout (cherry picked from commit 94673d419a8cdf71d722c93da9860ad8807657e7) (cherry picked from commit f13a29422a51cc5364ad41df0a6d334c7d40e061) (cherry picked from commit 975511071ff14fe71144042fa72f815e0fa1a037) --- testsuite/tests/profiling/should_run/all.T | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testsuite/tests/profiling/should_run/all.T b/testsuite/tests/profiling/should_run/all.T index 816a30d45d4..69bfc0849a5 100644 --- a/testsuite/tests/profiling/should_run/all.T +++ b/testsuite/tests/profiling/should_run/all.T @@ -187,7 +187,7 @@ test('T15897', fragile(15467)], makefile_test, ['T15897']) -test('T17572', [when(arch('wasm32'), run_timeout_multiplier(5))], compile_and_run, ['']) +test('T17572', [run_timeout_multiplier(10)], compile_and_run, ['']) test('TraverseHeapTest', [only_ways(['prof'])], compile_and_run, ['-debug']) -- GitLab