On Tue, Sep 30, 2025 at 2:06 PM Xavier Simonart <[email protected]> wrote:
> Hi Ales > > Thanks for the patch. LGTM. > > Acked-by: Xavier Simonart <[email protected]> > > Thanks > Xavier > > On Tue, Sep 30, 2025 at 1:42 PM Ales Musil via dev < > [email protected]> wrote: > >> The multinode test jobs would be cancelled after 30 minutes, >> which is becoming a problem as the amount of testing increases. >> The latest periodic jobs took around 27 minutes to finish which >> is almost right at the mark. Increase the timeout to 60 minutes. >> >> Signed-off-by: Ales Musil <[email protected]> >> --- >> .github/workflows/ovn-fake-multinode-tests.yml | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/.github/workflows/ovn-fake-multinode-tests.yml >> b/.github/workflows/ovn-fake-multinode-tests.yml >> index 772769833..89f9cd550 100644 >> --- a/.github/workflows/ovn-fake-multinode-tests.yml >> +++ b/.github/workflows/ovn-fake-multinode-tests.yml >> @@ -84,7 +84,7 @@ jobs: >> >> multinode-tests: >> runs-on: ubuntu-24.04 >> - timeout-minutes: 30 >> + timeout-minutes: 60 >> needs: [build] >> strategy: >> fail-fast: false >> -- >> 2.51.0 >> >> _______________________________________________ >> dev mailing list >> [email protected] >> https://mail.openvswitch.org/mailman/listinfo/ovs-dev >> >> Thank you Xavier, I went ahead and merged this into main and backported all the way down to 24.03. Regards, Ales _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
