damlc-test: add 'large' label to BUILD (#8997)

Hopefully this gives the tests more time to complete on the mac nodes.

CHANGELOG_BEGIN
CHANGELOG_END
This commit is contained in:
Robin Krom 2021-03-03 12:38:57 +01:00 committed by GitHub
parent 32d4bf92ec
commit 7490832966
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -80,6 +80,7 @@ da_haskell_test(
# Tests for damlc test
da_haskell_test(
name = "damlc-test",
size = "large",
srcs = ["src/DamlcTest.hs"],
data = [
"//compiler/damlc",