This is an automated email from the ASF dual-hosted git repository.
martijnvisser pushed a commit to branch ci_utils
in repository
https://gitbox.apache.org/repos/asf/flink-connector-shared-utils.git
The following commit(s) were added to refs/heads/ci_utils by this push:
new 3c418fa [hotfix] Increase timeouts for workflow and test&compile step
3c418fa is described below
commit 3c418fa23847b3b970afcef37c91c868cfd47fcf
Author: Martijn Visser <[email protected]>
AuthorDate: Wed Dec 14 13:26:31 2022 +0100
[hotfix] Increase timeouts for workflow and test&compile step
---
.github/workflows/ci.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 9080021..920dc3a 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -35,12 +35,12 @@ on:
description: "The timeout in minutes for the entire workflow."
required: false
type: number
- default: 40
+ default: 60
timeout_test:
description: "The timeout in minutes for the test compile&step."
required: false
type: number
- default: 30
+ default: 50
jobs:
compile_and_test: