From ead1c3ccc10cc7ea811fc3c9f0b763a2ccb6b35c 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) --- 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 25d8d264081..ff2223e4983 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', [], 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