Thanks Xavier,
Acked-by: Mark Michelson <[email protected]>
On 8/12/24 08:13, Xavier Simonart wrote:
Maximum execution time was set to 15 minutes.
Last successfull multinode test, which run 10 tests, took > 12 minutes.
Since then, 2 tests got added, so we might hit the 15 minutes maximum
execution time.
Increase the time to 30 minutes.
Signed-off-by: Xavier Simonart <[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 795dafc22..f3f25ddf3 100644
--- a/.github/workflows/ovn-fake-multinode-tests.yml
+++ b/.github/workflows/ovn-fake-multinode-tests.yml
@@ -72,7 +72,7 @@ jobs:
multinode-tests:
runs-on: ubuntu-22.04
- timeout-minutes: 15
+ timeout-minutes: 30
needs: [build]
strategy:
fail-fast: false
_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev