Skip to content

Commit b9c62b7

Browse files
committed
doc: print timeout
1 parent a302df4 commit b9c62b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/orca.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
steps:
6767
- name: wait for orca pipeline
6868
run: |
69-
echo "Waiting for pipeline to complete..."
69+
echo "Waiting for pipeline to complete ... checking every $TIMEOUT s ..."
7070
elapsed=0
7171
while [ $elapsed -lt $TIMEOUT ]; do
7272
response=$(curl \

0 commit comments

Comments
 (0)