From 94673d419a8cdf71d722c93da9860ad8807657e7 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 --- 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 f0c9eef6b8c..624b2deca03 100644 --- a/testsuite/tests/profiling/should_run/all.T +++ b/testsuite/tests/profiling/should_run/all.T @@ -194,7 +194,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