diff options
| author | Ophestra <cat@gensokyo.uk> | 2025-03-23 17:40:02 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2025-03-23 17:56:07 +0900 |
| commit | 806ce18c0a610254a957a4e11113d14b1095f911 (patch) | |
| tree | 1125554ac6b122693c3337ac992b577545abe68e /test/test.py | |
| parent | b71d2bf534a3158ca1b40522141ba7ec81dbc5d4 (diff) | |
test/sandbox: check mapuid outcome
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'test/test.py')
| -rw-r--r-- | test/test.py | 3 |
1 files changed, 2 insertions, 1 deletions
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") |
