We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc44c58 commit e54e04dCopy full SHA for e54e04d
CLAUDE.md
@@ -106,6 +106,8 @@ POSTGRES_TEST_PORT=5432 ETHEREUM_TEST_PORT=8545 IPFS_TEST_PORT=5001 just test-in
106
- Integration tests take significant time (several minutes)
107
- Tests automatically reset the database between runs
108
- 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
111
112
### Code Quality
113
```bash
0 commit comments