You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had this problem and noticed that the test engine was entering an infinite loop. A service task worker would poll the task, but before it could start the task the task was polled again.
Setting a poll interval of 200ms on the job workers fixed the problem for me.
See https://forum.camunda.io/t/zeebespringtest-every-time-waitforidlestate-is-called-time-out-is-thrown/44035
The text was updated successfully, but these errors were encountered: