youngyjd opened a new pull request, #8870:
URL: https://github.com/apache/gravitino/pull/8870
### What changes were proposed in this pull request?
Bump timeout from 10 seconds to 20 seconds
### Why are the changes needed?
```
> Task :core:test
TestCacheConfig > testPolicyAndTagCacheWeigher() FAILED
org.awaitility.core.ConditionTimeoutException: Condition with Lambda
expression in org.apache.gravitino.cache.TestCacheConfig was not fulfilled
within 10 seconds.
at
app//org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:167)
at
app//org.awaitility.core.CallableCondition.await(CallableCondition.java:78)
at
app//org.awaitility.core.CallableCondition.await(CallableCondition.java:26)
at
app//org.awaitility.core.ConditionFactory.until(ConditionFactory.java:1006)
at
app//org.awaitility.core.ConditionFactory.until(ConditionFactory.java:975)
at
app//org.apache.gravitino.cache.TestCacheConfig.testPolicyAndTagCacheWeigher(TestCacheConfig.java:162)
```
see failure:
https://github.com/apache/gravitino/actions/runs/18693766507/job/53305862655?pr=8868
Fix: [#8861](https://github.com/apache/gravitino/issues/8861)
### Does this PR introduce _any_ user-facing change?
No
### How was this patch tested?
Updated unit tests
--
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]