increase metal ci test timeout to 20 minutes (#4920)

make it less annoying for now
This commit is contained in:
chenyu
2024-06-11 18:45:51 -04:00
committed by GitHub
parent fdbb4305cb
commit f902af4f0b

View File

@@ -288,7 +288,7 @@ jobs:
needs: check_process_replay
env:
RUN_PROCESS_REPLAY: ${{ needs.check_process_replay.outputs.run_process_replay }}
timeout-minutes: 10
timeout-minutes: 20
steps:
- name: Checkout Code