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
Update: this was giving the right answer for the wrong reasons on current master, but will revert to giving the wrong answer for the right reasons once #3981 is merged.
The execution polling intervals are not set correctly when you specify a list of intervals in combination with an execution time limit.
Example suite:
Relevant suite log entries:
This looks fine.
This makes sense (although I'm not sure why the execution timeout is set - don't think this is documented anywhere).
This is wrong - it looks like only the first item in the execution polling intervals list is being used.
Tested with 7.8.6 & repeated on master.
The text was updated successfully, but these errors were encountered: