Skip to content

Commit e81df94

Browse files
committed
[minor][ci] Set proper timeout for compile_and_test step of CI job
1 parent a1c9c19 commit e81df94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/flink_cdc_base.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ jobs:
148148
maven-version: 3.8.6
149149

150150
- name: Compile and test
151-
timeout-minutes: 60
151+
timeout-minutes: 90
152152
run: |
153153
set -o pipefail
154154

0 commit comments

Comments
 (0)