Skip to content
Snippets Groups Projects
Commit c26976fe authored by Dongjoon Hyun's avatar Dongjoon Hyun Committed by jerryshao
Browse files

[SPARK-21939][TEST] Use TimeLimits instead of Timeouts

Since ScalaTest 3.0.0, `org.scalatest.concurrent.Timeouts` is deprecated.
This PR replaces the deprecated one with `org.scalatest.concurrent.TimeLimits`.

```scala
-import org.scalatest.concurrent.Timeouts._
+import org.scalatest.concurrent.TimeLimits._
```

Pass the existing test suites.

Author: Dongjoon Hyun <dongjoon@apache.org>

Closes #19150 from dongjoon-hyun/SPARK-21939.

Change-Id: I1a1b07f1b97e51e2263dfb34b7eaaa099b2ded5e
parent e00f1a1d
No related branches found
No related tags found
No related merge requests found
Showing
with 24 additions and 21 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment