From b00ab90d12178c43a9a653f7d4d7f954c8aef041 Mon Sep 17 00:00:00 2001 From: Umut Date: Mon, 20 Sep 2021 09:18:54 +0300 Subject: [PATCH] chore: increase ssh action timeout --- .github/workflows/daily-benchmarks.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/daily-benchmarks.yaml b/.github/workflows/daily-benchmarks.yaml index ff9ddf6e5..6101fd637 100644 --- a/.github/workflows/daily-benchmarks.yaml +++ b/.github/workflows/daily-benchmarks.yaml @@ -39,6 +39,7 @@ jobs: host: ${{ steps.public-ip.outputs.value }} username: ${{ secrets.BENCHMARKS_EC2_USERNAME }} key: ${{ secrets.BENCHMARKS_EC2_SSH_KEY }} + command_timeout: 60m script: | cd ~/concretefhe-internal git pull