Skip to content

Commit e54e04d

Browse files
committed
CLAUDE.md: Add integration test hang handling and port override guidance
1 parent fc44c58 commit e54e04d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CLAUDE.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,8 @@ POSTGRES_TEST_PORT=5432 ETHEREUM_TEST_PORT=8545 IPFS_TEST_PORT=5001 just test-in
106106
- Integration tests take significant time (several minutes)
107107
- Tests automatically reset the database between runs
108108
- Logs are written to `tests/integration-tests/graph-node.log`
109+
- **If a test hangs for >10 minutes**, it's likely stuck - kill with `pkill -9 integration_tests` and check logs
110+
- CI uses the default ports (3011, 3021, 3001) - local development can override with environment variables
109111

110112
### Code Quality
111113
```bash

0 commit comments

Comments
 (0)