-
Type: Bug
-
Status: Open
-
Priority: Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: 11.x
-
Component/s: Events / Works
-
Tags:
-
Team:PLATFORM
-
Story Points:2
Regression
Run unit tests / Run postgresql unit tests / org.nuxeo.ecm.core.work.StreamWorkManagerTest.itCanFireWorkFailureEvent
Failing for the past 1 build (Since Failed#633 )
Took 7.2 sec.
add description
Stacktrace
java.lang.AssertionError
at org.junit.Assert.fail(Assert.java:87)
at org.junit.Assert.assertTrue(Assert.java:42)
at org.junit.Assert.assertTrue(Assert.java:53)
at org.nuxeo.ecm.core.work.AbstractWorkManagerTest.itCanFireWorkFailureEvent(AbstractWorkManagerTest.java:337)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2020-09-09 11:57:29,066 [main] WARN [StreamWorkManager] default timeout after: 6.00s, [default, 1, 1, 0, 0]
There is a wait for the completion of async work for 6s.
6s is perhaps a bad choice, just use 1min so we get out of borderline case where infra is is just very slow.