Browse Source

Add more time for dataflow to stop

tags/v0.3.10^2
haixuanTao 10 months ago
parent
commit
b47be49436
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      .github/workflows/ci.yml

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

@@ -348,7 +348,7 @@ jobs:
dora build examples/python-dataflow/dataflow.yml --uv
dora start examples/python-dataflow/dataflow.yml --name ci-python --detach --uv
sleep 10
dora stop --name ci-python --grace-duration 10s
dora stop --name ci-python --grace-duration 30s

# Run Python Dynamic Node Example
echo "Running Python Node Dynamic Example"
@@ -356,13 +356,13 @@ jobs:
dora start examples/python-dataflow/dataflow_dynamic.yml --name ci-python-dynamic --detach --uv
uv run opencv-plot --name plot
sleep 10
dora stop --name ci-python-dynamic --grace-duration 10s
dora stop --name ci-python-dynamic --grace-duration 30s

# Run Python Operator Example
echo "Running CI Operator Test"
dora start examples/python-operator-dataflow/dataflow.yml --name ci-python-operator --detach --uv
sleep 10
dora stop --name ci-python-operator --grace-duration 10s
dora stop --name ci-python-operator --grace-duration 30s

dora destroy



Loading…
Cancel
Save