diff --git a/core/docker/container-test.sh b/core/docker/container-test.sh index 08985dc3929c..ec56c4ceac74 100644 --- a/core/docker/container-test.sh +++ b/core/docker/container-test.sh @@ -8,7 +8,7 @@ function cleanup { function test_trino_starts { local QUERY_PERIOD=10 - local QUERY_RETRIES=30 + local QUERY_RETRIES=60 CONTAINER_ID= trap cleanup EXIT