Skip to content

Commit 3a9e255

Browse files
authored
fix: correct indexer test (#1128)
1 parent 856d243 commit 3a9e255

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

process-compose/movement-full-node/process-compose.hasura.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ processes:
1212
indexer:
1313
condition: process_healthy
1414
readiness_probe:
15-
initial_delay_seconds: 30
15+
initial_delay_seconds: 120
1616
exec:
1717
command: curl http://localhost:8085/console/

process-compose/movement-full-node/process-compose.indexer-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ processes:
66

77
indexer-test:
88
environment:
9-
- "POSTGRES_DB_HOST=${POSTGRES_HOST_IP}"
9+
- "POSTGRES_DB_URL=postgres://postgres:password@${POSTGRES_HOST_IP}:5432/postgres"
1010
command: |
1111
cargo run -p movement-indexer-service --bin load_metadata
1212
./scripts/services/indexer/test_indexer

0 commit comments

Comments
 (0)