We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba67ea3 commit a97ee5cCopy full SHA for a97ee5c
1 file changed
CLAUDE.md
@@ -114,6 +114,8 @@ POSTGRES_TEST_PORT=5432 ETHEREUM_TEST_PORT=8545 IPFS_TEST_PORT=5001 just test-in
114
- Integration tests take significant time (several minutes)
115
- Tests automatically reset the database between runs
116
- 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
119
120
### Code Quality
121
0 commit comments