We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35d318c commit 1f656c8Copy full SHA for 1f656c8
Makefile
@@ -28,6 +28,6 @@ test:
28
integration-test:
29
#docker volume prune -f
30
docker-compose -f docker-compose.test.yml up -d --build
31
- sleep 15
+ sleep 42;
32
cd cmd/metadata && INTEGRATION=true HASURA_HOST=127.0.0.1 HASURA_PORT=8080 bash -c 'go1.19 test -v -timeout=15s -run TestIntegration_HasuraMetadata' || true
33
docker-compose -f docker-compose.test.yml down -v
docker-compose.test.yml
@@ -37,7 +37,7 @@ services:
37
retries: 5
38
39
hasura:
40
- image: hasura/graphql-engine:v2.22.0
+ image: hasura/graphql-engine:v2.23.0
41
ports:
42
- "127.0.0.1:8080:8080"
43
depends_on:
0 commit comments