diff --git a/.github/workflows/daily-benchmarks.yaml b/.github/workflows/daily-benchmarks.yaml index c358994e0..7714ab640 100644 --- a/.github/workflows/daily-benchmarks.yaml +++ b/.github/workflows/daily-benchmarks.yaml @@ -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