Skip to content

Commit

Permalink
test(ci, ios): allow more time for e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehardy committed Oct 4, 2024
1 parent 658dcbf commit 6434e76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests_e2e_ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ jobs:
run: nohup sh -c "xcrun simctl spawn booted log stream --level debug --style compact > simulator.log 2>&1 &"

- name: E2E Test
timeout-minutes: 6
timeout-minutes: 12
run: |
export PATH="/usr/lib/ccache:/usr/local/opt/ccache/libexec:/opt/homebrew/bin:$PATH"
export CCACHE_SLOPPINESS=clang_index_store,file_stat_matches,include_file_ctime,include_file_mtime,ivfsoverlay,pch_defines,modules,system_headers,time_macros
Expand Down

0 comments on commit 6434e76

Please sign in to comment.