Skip to content

Commit

Permalink
WIP: timeout increase to 2 mins
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredb96 committed Sep 16, 2024
1 parent ebdc39b commit 1bbb466
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class DataBrowserIntegrationSpec

val routes: Route = DataBrowserHttpApi.create(log, fileStorage, query, healthCheck)

implicit val timeout: Timeout = Timeout(15.seconds)
implicit val timeout: Timeout = Timeout(120.seconds)
implicit def routeTestTimeout = RouteTestTimeout(timeout.duration)

"Data Browser" must {
Expand Down

0 comments on commit 1bbb466

Please sign in to comment.