Skip to content

Commit

Permalink
No need to wait, just had that bumped up for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
holdenk committed Jun 4, 2020
1 parent d591507 commit ea8efc7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ class BlockManagerDecommissionSuite extends SparkFunSuite with LocalSparkContext
.set(config.STORAGE_SHUFFLE_DECOMMISSION_ENABLED, shuffle)
// Just replicate blocks as fast as we can during testing, there isn't another
// workload we need to worry about.
.set(config.STORAGE_DECOMMISSION_REPLICATION_REATTEMPT_INTERVAL, 1000L)
.set(config.STORAGE_DECOMMISSION_REPLICATION_REATTEMPT_INTERVAL, 10L)

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

Expand Down

0 comments on commit ea8efc7

Please sign in to comment.