Skip to content

Commit

Permalink
Increase timeout on test
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Dumas committed Apr 16, 2024
1 parent 928d9e4 commit 1adf1bd
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,12 @@ import fs2.io.file.Path
import munit.AnyFixture

import java.net.URI
import scala.concurrent.duration.{Duration, DurationInt}

class ShipConfigSuite extends NexusSuite with LocalStackS3StorageClient.Fixture {

override def munitIOTimeout: Duration = 60.seconds

override def munitFixtures: Seq[AnyFixture[_]] = List(localStackS3Client)

private lazy val (s3Client, fs2S3client, _) = localStackS3Client()
Expand Down

0 comments on commit 1adf1bd

Please sign in to comment.