Skip to content

Commit d4a1603

Browse files
committed
feat: cool down
1 parent 29c25e6 commit d4a1603

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ios-e2e-test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,9 @@ jobs:
8787
run: yarn build-example:ios
8888
- name: Use software keyboard
8989
run: defaults write com.apple.iphonesimulator ConnectHardwareKeyboard -bool NO
90+
# wait before running a simulator to give a system time to free up resources
91+
- name: Cool down
92+
run: sleep 20
9093
- name: Disk free
9194
run: df -h
9295
- name: Memory stat

0 commit comments

Comments
 (0)