Skip to content

Commit 1f8f53b

Browse files
committed
Update CLAUDE.md to use 30 second timeout for tests
1 parent 31f43fc commit 1f8f53b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CLAUDE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ This finds tests with `explain_todo` entries in their metadata.
1212

1313
## Running Tests
1414

15-
Always run parser tests with a 10 second timeout:
15+
Always run parser tests with a 30 second timeout:
1616

1717
```bash
18-
go test ./parser/... -timeout 10s
18+
go test ./parser/... -timeout 30s
1919
```
2020

21-
The tests are very fast. If a test is timing out, it indicates a bug (likely an infinite loop in the parser).
21+
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).
2222

2323
## Checking for Newly Passing Explain Tests
2424

0 commit comments

Comments
 (0)