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 1a58a3f commit 9bd4f67Copy full SHA for 9bd4f67
.github/workflows/bobtests_linux.yml
@@ -77,7 +77,7 @@ jobs:
77
cd /home/runner/work
78
du -s *|sort -n
79
- name: android test
80
- timeout-minutes: 30
+ timeout-minutes: 40
81
continue-on-error: true
82
uses: reactivecircus/android-emulator-runner@v2
83
with:
@@ -103,7 +103,7 @@ jobs:
103
echo 'sleep 40' >> /home/runner/a.sh
104
echo 'sleep 10' >> /home/runner/a.sh
105
106
- echo 'sleep 10' >> /home/runner/a.sh
+ echo 'sleep 30' >> /home/runner/a.sh
107
cat /home/runner/a.sh
108
ls -al /home/runner/a.sh
109
chmod u+rx /home/runner/a.sh
0 commit comments