You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2021/04/09 11:48:58 UTC

[GitHub] [iceberg] marton-bod commented on pull request #2448: Hive: Add timeout for TestHiveIcebergStorageHandlerWithEngine tests

marton-bod commented on pull request #2448:
URL: https://github.com/apache/iceberg/pull/2448#issuecomment-816627031


   Can we use 
   ```
   @Rule
   public Timeout timeout = new Timeout(40000, TimeUnit.MILLISECONDS);
   ```
   as a global timeout rule in the class, and only override it for that single test method where more time is needed?


-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org