Skip to content

Commit

Permalink
tone it down a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
squito committed Jun 8, 2016
1 parent 5bc48f2 commit 41b7b79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class BlacklistIntegrationSuite extends SchedulerIntegrationSuite[MultiExecutorM

override def test(name: String, testTags: org.scalatest.Tag*)(body: => Unit): Unit = {
var lastThreads = Set[Long]()
(0 until 5000).foreach { idx =>
(0 until 500).foreach { idx =>
super.test(s"$name: $idx", testTags: _*) {
body
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ class DAGSchedulerSuite extends SparkFunSuite with LocalSparkContext with Timeou

override def test(name: String, testTags: org.scalatest.Tag*)(body: => Unit): Unit = {
var lastThreads = Set[Long]()
(0 until 1000).foreach { idx =>
(0 until 50).foreach { idx =>
super.test(s"$name: $idx", testTags: _*) {
body
}
Expand Down

0 comments on commit 41b7b79

Please sign in to comment.