From 7f072dfc6611e908750f253b7a37f9380b854a74 Mon Sep 17 00:00:00 2001 From: Cheng Shao <terrorjack@type.dance> Date: Mon, 17 Jun 2024 18:21:38 +0000 Subject: [PATCH] testsuite: bump T17572 timeout on wasm32 (cherry picked from commit 64fba310c2d23a41c88514aed0a482fbe5a3b184) (cherry picked from commit b35707a95abe6ced70dbb44284264d20263506b2) (cherry picked from commit ead1c3ccc10cc7ea811fc3c9f0b763a2ccb6b35c) --- 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 c9e147ca1f6..816a30d45d4 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', [], compile_and_run, ['']) +test('T17572', [when(arch('wasm32'), run_timeout_multiplier(5))], compile_and_run, ['']) test('TraverseHeapTest', [only_ways(['prof'])], compile_and_run, ['-debug']) -- GitLab