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 d79f3ef commit 653b121Copy full SHA for 653b121
.github/workflows/build-debug.yml
@@ -238,7 +238,7 @@ jobs:
238
- name: E2E Test sora-python-sdk
239
working-directory: sora-python-sdk
240
run: |
241
- for i in {1..10}; do
+ for i in {1..50}; do
242
echo "---------------- $i 回目 ----------------"
243
sleep 10
244
lldb-18 --batch -o 'command script import test_with_llvm.py' -o 'test'
.github/workflows/build-relwithdebinfo.yml
@@ -183,7 +183,7 @@ jobs:
183
184
185
186
187
188
189
0 commit comments