Browse Source

Updated the timeout for CLI-Test from 30 to 45 minutes in ci.yml

tags/v0.3.11-rc1
Somay (DIIN) 10 months ago
parent
commit
f3613f8425
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      .github/workflows/ci.yml

+ 4
- 4
.github/workflows/ci.yml View File

@@ -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'


Loading…
Cancel
Save