Bump timeout of packaging tests (#4137)

The packaging tests have grown a fair bit recently and seem to hit
timeouts sometimes. We might want to split it up into multiple tests
suites but for now this should help.

changelog_begin
changelog_end
This commit is contained in:
Moritz Kiefer 2020-01-21 12:18:09 +01:00 committed by mergify[bot]
parent 7f4061d55c
commit 7525e73134

View File

@ -222,6 +222,7 @@ da_haskell_test(
# Tests for packaging
da_haskell_test(
name = "packaging",
timeout = "long",
srcs = ["src/DA/Test/Packaging.hs"],
data = [
"//compiler/damlc",