CI: run unittests in parallel with xdist (#29756)

* parallel tests

* review suggesions

* add to pyproject

* add a bit more buffer on that

* fix rare athena issue

* remove from pypoetry
This commit is contained in:
Justin Newberry
2023-09-07 16:29:36 -07:00
committed by GitHub
parent fb06b98667
commit dde225221e
5 changed files with 15 additions and 17 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ class TestLogmessaged(unittest.TestCase):
self.error_sock = messaging.sub_sock("logMessage", timeout=1000, conflate=False)
# ensure sockets are connected
time.sleep(0.2)
time.sleep(1)
messaging.drain_sock(self.sock)
messaging.drain_sock(self.error_sock)