JonasJ-ap commented on code in PR #7148:
URL: https://github.com/apache/iceberg/pull/7148#discussion_r1145691016
##########
python/Makefile:
##########
@@ -36,7 +36,7 @@ test-integration:
docker-compose -f dev/docker-compose-integration.yml kill
docker-compose -f dev/docker-compose-integration.yml build
docker-compose -f dev/docker-compose-integration.yml up -d
- sleep 20
+ sleep 30
Review Comment:
According to
https://github.com/apache/iceberg/pull/7163#issuecomment-1479219168,
https://github.com/apache/iceberg/pull/7163#discussion_r1145283379, it seems
sometimes the iceberg-spark docker need longer time to finish table creation.
Extending the wait time to 30s to ensure the integration test can pass.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]