Unexpected timeout in List API test
We recently got this test failure on an unrelated MR:
test/Test/API/Private/List.hs:112:7:
1) Gargantext API, List API, Prelude, Importing terms as TSV, should skip problematic rows
uncaught exception: WithStacktrace
WithStacktrace {ct_callStack = [("panicTrace",SrcLoc {srcLocPackage = "gargantext-0.0.7.4.7-inplace-garg-test-hspec", srcLocModule = "Test.Utils", srcLocFile = "test/Test/Utils.hs", srcLocStartLine = 302, srcLocStartCol = 18, srcLocEndLine = 302, srcLocEndCol = 28}),("pollUntilWorkFinished",SrcLoc {srcLocPackage = "gargantext-0.0.7.4.7-inplace-garg-test-hspec", srcLocModule = "Test.API.Private.List", srcLocFile = "test/Test/API/Private/List.hs", srcLocStartLine = 78, srcLocStartCol = 17, srcLocEndLine = 78, srcLocEndCol = 38})], ct_error = UnexpectedPanic "[pollUntilWorkFinished] timed out while waiting to finish job JobInfo {_ji_message_id = PGMQMid 3, _ji_mNode_id = Just nodeId-22}"}
I think that still means that somehow our workers tests are flaky, or simply that we need to extend the timeout for the tests.