Skip to content

Commit

Permalink
remove explicit PatienceConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Sep 26, 2024
1 parent 635dba8 commit b28ac0e
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@ class KubernetesApiSpec

WireMock.configureFor(settings.apiServerPort)

implicit val patience: PatienceConfig = PatienceConfig(testKitSettings.DefaultTimeout.duration)

val underTest = new KubernetesApiImpl(system, settings) {
// avoid touching slow CI filesystem
override protected def readConfigVarFromFilesystem(path: String, name: String): Option[String] = None
Expand Down

0 comments on commit b28ac0e

Please sign in to comment.