Skip to content

Commit 653b121

Browse files
committed
実行回数を増やす
1 parent d79f3ef commit 653b121

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-debug.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ jobs:
238238
- name: E2E Test sora-python-sdk
239239
working-directory: sora-python-sdk
240240
run: |
241-
for i in {1..10}; do
241+
for i in {1..50}; do
242242
echo "---------------- $i 回目 ----------------"
243243
sleep 10
244244
lldb-18 --batch -o 'command script import test_with_llvm.py' -o 'test'

.github/workflows/build-relwithdebinfo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ jobs:
183183
- name: E2E Test sora-python-sdk
184184
working-directory: sora-python-sdk
185185
run: |
186-
for i in {1..10}; do
186+
for i in {1..50}; do
187187
echo "---------------- $i 回目 ----------------"
188188
sleep 10
189189
lldb-18 --batch -o 'command script import test_with_llvm.py' -o 'test'

0 commit comments

Comments
 (0)