- Notifications
You must be signed in to change notification settings - Fork 11
Configurable analyzer timeout #733
Copy link
Copy link
Closed
Labels
autopilot-candidateThe Copilot Agent should attempt this during a scheduled Autopilot runThe Copilot Agent should attempt this during a scheduled Autopilot runtestingTests and testing toolsTests and testing tools
Description
Activity
Metadata
Metadata
Assignees
Labels
autopilot-candidateThe Copilot Agent should attempt this during a scheduled Autopilot runThe Copilot Agent should attempt this during a scheduled Autopilot runtestingTests and testing toolsTests and testing tools
The expansion analyzer timeout should be configurable, both at the command line and in
analysis-test:cases. It should be passed tosource-analyzeexplicitly as a mandatory keyword argument. Themain.rktResyntax code should use the same default timeout thatsource-analyzecurrently does, but in#lang resyntax/testthe timeout should default to something very short, like 100ms. Test cases should be able to specify a longer timeout with an@analyzer-timeout-millistest parameter, like so: