This is an automated email from the ASF dual-hosted git repository.
davidzollo pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/seatunnel.git
The following commit(s) were added to refs/heads/dev by this push:
new e47d483a33 [Improve][CI] Add CI changes step timeout of 20m (#10947)
e47d483a33 is described below
commit e47d483a332b4f34903c7bb6e10b2eb307371596
Author: zhiwei.niu <[email protected]>
AuthorDate: Mon May 25 20:42:47 2026 +0800
[Improve][CI] Add CI changes step timeout of 20m (#10947)
---
.github/workflows/backend.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/backend.yml b/.github/workflows/backend.yml
index 7a178fa521..896c612c29 100644
--- a/.github/workflows/backend.yml
+++ b/.github/workflows/backend.yml
@@ -126,7 +126,7 @@ jobs:
changes:
runs-on: ubuntu-latest
- timeout-minutes: 10
+ timeout-minutes: 20
outputs:
api: ${{ steps.filter.outputs.api }}
engine: ${{ steps.filter.outputs.engine }}