mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-10 10:46:11 +03:00
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:
parent
7f4061d55c
commit
7525e73134
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user