mkorpela / pabot

Parallel executor for Robot Framework test cases.
https://pabot.org
Apache License 2.0
468 stars 151 forks source link

required a support adding new flag which will wait before trigger next suite #592

Open kbogineni opened 1 month ago

kbogineni commented 1 month ago

Hi I am using pabot for robot parallel execution and I have a requirement of executing the suites in parallel but need to some time to between each suite. For example, I have suite1 and suite2 and I need to trigger them with some delay as below

Suite1 and wait $DELAY and Suite2

Could you please look at this and implement? it will be helpful for others also