Skip to content

Commit 9bd4f67

Browse files
committed
tweak CI run
1 parent 1a58a3f commit 9bd4f67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/bobtests_linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
cd /home/runner/work
7878
du -s *|sort -n
7979
- name: android test
80-
timeout-minutes: 30
80+
timeout-minutes: 40
8181
continue-on-error: true
8282
uses: reactivecircus/android-emulator-runner@v2
8383
with:
@@ -103,7 +103,7 @@ jobs:
103103
echo 'sleep 40' >> /home/runner/a.sh
104104
echo 'sleep 10' >> /home/runner/a.sh
105105
echo 'sleep 10' >> /home/runner/a.sh
106-
echo 'sleep 10' >> /home/runner/a.sh
106+
echo 'sleep 30' >> /home/runner/a.sh
107107
cat /home/runner/a.sh
108108
ls -al /home/runner/a.sh
109109
chmod u+rx /home/runner/a.sh

0 commit comments

Comments
 (0)