Skip to content

Commit 1f656c8

Browse files
committed
Updated make integration script with explicit sleep 42.
1 parent 35d318c commit 1f656c8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ test:
2828
integration-test:
2929
#docker volume prune -f
3030
docker-compose -f docker-compose.test.yml up -d --build
31-
sleep 15
31+
sleep 42;
3232
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
3333
docker-compose -f docker-compose.test.yml down -v

docker-compose.test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ services:
3737
retries: 5
3838

3939
hasura:
40-
image: hasura/graphql-engine:v2.22.0
40+
image: hasura/graphql-engine:v2.23.0
4141
ports:
4242
- "127.0.0.1:8080:8080"
4343
depends_on:

0 commit comments

Comments
 (0)