Skip to content

Commit c5dbaf5

Browse files
committed
check faster
1 parent 7916059 commit c5dbaf5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/spark-it/src/test/scala/org/apache/celeborn/tests/spark/fetch_failure/FetchFailureDiskCleanBase.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ private[tests] trait FetchFailureDiskCleanBase extends AnyFunSuite
8989
override def run(): Unit = {
9090
var allDataInShape = checkDirStatus()
9191
while (!allDataInShape) {
92-
Thread.sleep(1000)
92+
Thread.sleep(100)
9393
allDataInShape = checkDirStatus()
9494
}
9595
}

0 commit comments

Comments
 (0)