From 4bb81f7363f3d43fd0c84c77aaef1f00e92ddd48 Mon Sep 17 00:00:00 2001 From: Umut Date: Fri, 19 Nov 2021 11:11:11 +0300 Subject: [PATCH] chore(ci): increase daily benchmark timeout from 60 minutes to 90 minutes --- .github/workflows/daily-benchmarks.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/daily-benchmarks.yaml b/.github/workflows/daily-benchmarks.yaml index c2295f56a..1961c5ccf 100644 --- a/.github/workflows/daily-benchmarks.yaml +++ b/.github/workflows/daily-benchmarks.yaml @@ -44,7 +44,7 @@ jobs: host: ${{ steps.public-ip.outputs.value }} username: ${{ secrets.BENCHMARKS_EC2_USERNAME }} key: ${{ secrets.BENCHMARKS_EC2_SSH_KEY }} - command_timeout: 60m + command_timeout: 90m script: | cd ~/concretefhe-internal git pull