From 8d4345f340902b53dece88c3c808b59efad5deea 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)
---
 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 ff2223e4983..19b91f1d5f5 100644
--- a/testsuite/tests/profiling/should_run/all.T
+++ b/testsuite/tests/profiling/should_run/all.T
@@ -185,7 +185,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