Our tests all run sequentially, this is very slow. We should try to parallelize them. NOTE: We do have this flag https://github.com/Snapchat/GiGL/blob/4f7b05b5cc0cd71721223e8c10caf71599a60684/python/gigl/common/utils/test_utils.py#L66 but it doesn't really speed things up...
Our tests all run sequentially, this is very slow.
We should try to parallelize them.
NOTE: We do have this flag
GiGL/python/gigl/common/utils/test_utils.py
Line 66 in 4f7b05b