Skip to content

Commit d39f3f0

Browse files
committed
COH-32107 - Create a GitHub workflow action for running Python examples
1 parent cd2b390 commit d39f3f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-examples.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
shell: bash
4747
run: |
4848
docker run -d -p 1408:1408 ${{ matrix.coherence-image }}:${{ matrix.coherenceVersion }}
49-
sleep 30
49+
sleep 20
5050
5151
- name: Run the example
5252
shell: bash

0 commit comments

Comments
 (0)