mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-08 19:44:57 -05:00
chore(ci): increase ssh timeout of daily benchmarks
This commit is contained in:
4
.github/workflows/daily-benchmarks.yaml
vendored
4
.github/workflows/daily-benchmarks.yaml
vendored
@@ -49,7 +49,7 @@ jobs:
|
||||
host: ${{ steps.amd-public-ip.outputs.value }}
|
||||
username: ${{ secrets.BENCHMARKS_EC2_USERNAME }}
|
||||
key: ${{ secrets.BENCHMARKS_EC2_SSH_KEY }}
|
||||
command_timeout: 90m
|
||||
command_timeout: 240m
|
||||
script: |
|
||||
cd ~/concretefhe-internal
|
||||
git pull
|
||||
@@ -104,7 +104,7 @@ jobs:
|
||||
host: ${{ steps.intel-public-ip.outputs.value }}
|
||||
username: ${{ secrets.BENCHMARKS_EC2_USERNAME }}
|
||||
key: ${{ secrets.BENCHMARKS_EC2_SSH_KEY }}
|
||||
command_timeout: 90m
|
||||
command_timeout: 240m
|
||||
script: |
|
||||
cd ~/concretefhe-internal
|
||||
git pull
|
||||
|
||||
Reference in New Issue
Block a user