Skip to content

Commit

Permalink
test: try increasing import timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Whoops committed Oct 2, 2024
1 parent 3cb6fcd commit 276f379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/arrow/gtfs.ex
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ defmodule Arrow.Gtfs do
alias Arrow.Gtfs.ImportHelper
alias Arrow.Repo

@import_timeout_ms 60_000
@import_timeout_ms 180_000

@doc """
Loads a GTFS archive into Arrow's gtfs_* DB tables,
Expand Down

0 comments on commit 276f379

Please sign in to comment.