Skip to content

[tests] Increase test timeout from 60 seconds to 180 seconds

Florian Schmaus requested to merge flow/emper:test-timeout-180 into master

We see SimpleActorTest timing out a lot in our CI when LAWS is used, and from the logs it appears likely that this is a valid timeout (versus the test just being stuck). Let us increase the test timeout and see if it helps. Or if it is a "real" timeout.

Merge request reports