We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31f43fc commit 1f8f53bCopy full SHA for 1f8f53b
CLAUDE.md
@@ -12,13 +12,13 @@ This finds tests with `explain_todo` entries in their metadata.
12
13
## Running Tests
14
15
-Always run parser tests with a 10 second timeout:
+Always run parser tests with a 30 second timeout:
16
17
```bash
18
-go test ./parser/... -timeout 10s
+go test ./parser/... -timeout 30s
19
```
20
21
-The tests are very fast. If a test is timing out, it indicates a bug (likely an infinite loop in the parser).
+The tests are fast but some test files have many statements. If a test is timing out, it may indicate a bug (likely an infinite loop in the parser).
22
23
## Checking for Newly Passing Explain Tests
24
0 commit comments