Set app-server Bazel integration timeout

This commit is contained in:
Michael Bolin
2026-04-02 16:14:08 -07:00
parent 79761199c9
commit de30b5f2a7

View File

@@ -3,5 +3,6 @@ load("//:defs.bzl", "codex_rust_crate")
codex_rust_crate(
name = "app-server",
crate_name = "codex_app_server",
integration_test_timeout = "long",
test_tags = ["no-sandbox"],
)