From 806ce18c0a610254a957a4e11113d14b1095f911 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Sun, 23 Mar 2025 17:40:02 +0900 Subject: test/sandbox: check mapuid outcome Signed-off-by: Ophestra --- test/test.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/test.py') diff --git a/test/test.py b/test/test.py index d4ad51cb..8d82545f 100644 --- a/test/test.py +++ b/test/test.py @@ -113,6 +113,7 @@ def check_sandbox(name): check_sandbox("preset") check_sandbox("tty") +check_sandbox("mapuid") def aid(offset): return 1+check_offset+offset @@ -191,7 +192,7 @@ machine.wait_until_fails("pgrep foot", timeout=5) swaymsg("exec pa-foot") wait_for_window(f"u0_a{aid(1)}@machine") machine.send_chars("clear; pactl info && touch /tmp/pulse-ok\n") -machine.wait_for_file(tmpdir_path(1, "pulse-ok"), timeout=10) +machine.wait_for_file(tmpdir_path(1, "pulse-ok"), timeout=15) collect_state_ui("pulse_wayland") check_state("pa-foot", 9) machine.send_chars("exit\n") -- cgit v1.3.1