Skip to content

Commit a97ee5c

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

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

CLAUDE.md

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

118120
### Code Quality
119121

0 commit comments

Comments
 (0)