Skip to content

Commit 5678d28

Browse files
committed
Update the text since 10 seconds is quick but not as fast as we can
1 parent 46fb2f7 commit 5678d28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/test/scala/org/apache/spark/storage/BlockManagerDecommissionIntegrationSuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ class BlockManagerDecommissionIntegrationSuite extends SparkFunSuite with LocalS
5757
.set(config.STORAGE_DECOMMISSION_ENABLED, true)
5858
.set(config.STORAGE_DECOMMISSION_RDD_BLOCKS_ENABLED, persist)
5959
.set(config.STORAGE_DECOMMISSION_SHUFFLE_BLOCKS_ENABLED, shuffle)
60-
// Just replicate blocks as fast as we can during testing, there isn't another
60+
// Just replicate blocks quickly during testing, there isn't another
6161
// workload we need to worry about.
6262
.set(config.STORAGE_DECOMMISSION_REPLICATION_REATTEMPT_INTERVAL, 10L)
6363

0 commit comments

Comments
 (0)