Skip to content

Commit ea8efc7

Browse files
committed
No need to wait, just had that bumped up for debugging
1 parent d591507 commit ea8efc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ class BlockManagerDecommissionSuite extends SparkFunSuite with LocalSparkContext
5959
.set(config.STORAGE_SHUFFLE_DECOMMISSION_ENABLED, shuffle)
6060
// Just replicate blocks as fast as we can during testing, there isn't another
6161
// workload we need to worry about.
62-
.set(config.STORAGE_DECOMMISSION_REPLICATION_REATTEMPT_INTERVAL, 1000L)
62+
.set(config.STORAGE_DECOMMISSION_REPLICATION_REATTEMPT_INTERVAL, 10L)
6363

6464
sc = new SparkContext(master, "test", conf)
6565

0 commit comments

Comments
 (0)