From 14cef1afce5ebe46ade9b2431b2b3f8ef4214918 Mon Sep 17 00:00:00 2001 From: Alexander Bayandin Date: Thu, 17 Aug 2023 13:26:09 +0100 Subject: [PATCH] Bigger timeout --- .github/workflows/benchmarking.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/benchmarking.yml b/.github/workflows/benchmarking.yml index 36ce2de3aa..9121dfc064 100644 --- a/.github/workflows/benchmarking.yml +++ b/.github/workflows/benchmarking.yml @@ -444,6 +444,8 @@ jobs: image: 369495373322.dkr.ecr.eu-central-1.amazonaws.com/rust:pinned options: --init + timeout-minutes: 4320 + steps: - uses: actions/checkout@v3