From f3613f8425162f922ac8f99002143ab075ba6bfa Mon Sep 17 00:00:00 2001 From: "Somay (DIIN)" Date: Tue, 18 Mar 2025 11:10:57 +0530 Subject: [PATCH] Updated the timeout for CLI-Test from 30 to 45 minutes in ci.yml --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a22afa64..8bfa2b68 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -280,7 +280,7 @@ jobs: run: | cargo install --path binaries/cli --locked - name: "Test CLI (Rust)" - timeout-minutes: 30 + timeout-minutes: 45 # fail-fast by using bash shell explictly shell: bash run: | @@ -312,7 +312,7 @@ jobs: enable-cache: true - name: "Test CLI (Python)" - timeout-minutes: 30 + timeout-minutes: 45 # fail-fast by using bash shell explictly shell: bash run: | @@ -380,7 +380,7 @@ jobs: dora run tests/queue_size_latest_data_rust/dataflow.yaml --uv - name: "Test CLI (C)" - timeout-minutes: 30 + timeout-minutes: 45 # fail-fast by using bash shell explictly shell: bash if: runner.os == 'Linux' @@ -399,7 +399,7 @@ jobs: dora destroy - name: "Test CLI (C++)" - timeout-minutes: 30 + timeout-minutes: 45 # fail-fast by using bash shell explictly shell: bash if: runner.os == 'Linux'