mirror of
https://github.com/openai/codex.git
synced 2026-04-24 06:35:50 +00:00
test(nextest): extend schema fixture timeout on windows
This commit is contained in:
@@ -27,3 +27,9 @@ test-group = 'app_server_protocol_codegen'
|
||||
# Keep the library unit tests parallel.
|
||||
filter = 'package(codex-app-server) & kind(test)'
|
||||
test-group = 'app_server_integration'
|
||||
|
||||
[[profile.default.overrides]]
|
||||
# Schema fixture generation can take longer than the default timeout on slower
|
||||
# Windows runners when app-server protocol fixture sets grow.
|
||||
filter = 'test(schema_fixtures_match_generated)'
|
||||
slow-timeout = { period = "1m", terminate-after = 2 }
|
||||
|
||||
Reference in New Issue
Block a user