nk1506 commented on code in PR #8804:
URL: https://github.com/apache/iceberg/pull/8804#discussion_r1375367111
##########
spark/v3.4/spark/src/test/java/org/apache/iceberg/spark/source/SparkSQLExecutionHelper.java:
##########
@@ -53,7 +53,7 @@ public static String lastExecutedMetricValue(SparkSession
spark, String metricNa
// Refresh metricValues, they will remain null until the execution is
complete and metrics are
// aggregated
Awaitility.await()
- .atMost(Duration.ofMillis(500))
+ .atMost(Duration.ofSeconds(10))
Review Comment:
same
##########
spark/v3.5/spark/src/test/java/org/apache/iceberg/spark/source/SparkSQLExecutionHelper.java:
##########
@@ -53,7 +53,7 @@ public static String lastExecutedMetricValue(SparkSession
spark, String metricNa
// Refresh metricValues, they will remain null until the execution is
complete and metrics are
// aggregated
Awaitility.await()
- .atMost(Duration.ofMillis(500))
+ .atMost(Duration.ofSeconds(10))
Review Comment:
same
--
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]