Skip to content

Commit d5b4a99

Browse files
committed
fix ci
1 parent a039deb commit d5b4a99

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/mcp-integration.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1155,7 +1155,7 @@ test("isolates named shell state and allows foreground commands in parallel", {
11551155
["default", "alpha", "beta"]
11561156
)
11571157
assert.equal(listedContent.count, 3)
1158-
assert.equal(listedContent.limit, 8)
1158+
assert.equal(listedContent.limit, 16)
11591159
assert.equal(listedContent.idle_timeout_ms, 1_800_000)
11601160
const defaultShell = listedContent.shells.find((shell) => shell.shell_id === "default")
11611161
assert.ok(defaultShell)

0 commit comments

Comments
 (0)