daml/libs-haskell
Sofia Faro fdab1e68d7
Parallelize daml-assistant integration tests. (#9802)
* Parallelize daml-assistant integration tests.

This mainly involves avoiding changing the working directory or the environment while inside tests.

AFAIK the daml start tests can't be parallelized without starting up a sandbox instance each time, which seems bad. These tests could be separated from the rest...

The magic number "2" was picked via experimentation:

```
1 threads -> 306 s
2 threads -> 199 s
3 threads -> 198 s
4 threads -> 195 s
```

changelog_begin
changelog_end

* buildifier-fix
2021-05-26 13:05:39 +00:00
..
bazel-runfiles update copyright notices for 2021 (#8257) 2021-01-01 19:49:51 +01:00
da-hs-base DEL-8479 tag LF libs for SDK 1.13 release (#9680) 2021-05-14 16:38:20 +10:00
test-utils Parallelize daml-assistant integration tests. (#9802) 2021-05-26 13:05:39 +00:00