We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9300c42 commit b2844b9Copy full SHA for b2844b9
.github/workflows/run-examples.yaml
@@ -53,5 +53,7 @@ jobs:
53
run: |
54
cd examples
55
for file in *.py; do
56
- python3 $file
+ echo "Run example ${file}"
57
+ COHERENCE_CLIENT_REQUEST_TIMEOUT=180.0 python3 $file
58
+ echo "==== Done running example ${file} ======"
59
done
0 commit comments