From fb5e8f94923dcc7a78ecd679b31b701371476cd6 Mon Sep 17 00:00:00 2001 From: Umut Date: Mon, 13 Dec 2021 14:40:21 +0300 Subject: [PATCH] chore(ci): increase ssh timeout of daily benchmarks --- .github/workflows/daily-benchmarks.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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