From 3f7b718f0dbdaf084fcc44d7abdea807e234f59f Mon Sep 17 00:00:00 2001
From: Cheng Shao <terrorjack@type.dance>
Date: Wed, 5 Jun 2024 13:16:21 +0000
Subject: [PATCH] testsuite: bump T7653 timeout for wasm

(cherry picked from commit 2eee65e1a4f441e99b79f3dc6e7d60492e4cad78)
---
 libraries/base/tests/all.T | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libraries/base/tests/all.T b/libraries/base/tests/all.T
index 604ba6f0c5c..d7e1bf71e31 100644
--- a/libraries/base/tests/all.T
+++ b/libraries/base/tests/all.T
@@ -189,6 +189,7 @@ test('CatEntail', normal, compile, [''])
 
 # When running with WAY=ghci and profiled ways, T7653 uses a lot of memory.
 test('T7653', [when(opsys('mingw32'), skip),
+               when(arch('wasm32'), run_timeout_multiplier(5)),
                omit_ways(prof_ways + ghci_ways)], compile_and_run, [''])
 test('T7787', normal, compile_and_run, [''])
 
-- 
GitLab