1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-28 07:22:50 -05:00

core: initialize fd pipes in tests and increase queue size in test

This commit is contained in:
bbedward
2026-01-02 22:30:42 -05:00
parent 7f10d6a9b8
commit ba2d51bcbb
2 changed files with 27 additions and 26 deletions

View File

@@ -13,7 +13,7 @@ import (
func TestManager_ActorSerializesOutputStateAccess(t *testing.T) {
m := &Manager{
cmdq: make(chan cmd, 128),
cmdq: make(chan cmd, 8192),
stopChan: make(chan struct{}),
}