From 52b8d1af0773c509fca80ed28288d1ccf7335a31 Mon Sep 17 00:00:00 2001 From: merwanehamadi Date: Sat, 29 Jul 2023 18:36:04 -0700 Subject: [PATCH] Add timeout to agbenchmark (#215) Signed-off-by: Merwane Hamadi --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 530bd62d..bd72d15b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -191,7 +191,7 @@ jobs: ${prefix}agbenchmark start --mock --suite TestRevenueRetrieval else bash -c "$(curl -fsSL https://raw.githubusercontent.com/merwanehamadi/helicone/b7ab4bc53e51d8ab29fff19ce5986ab7720970c6/mitmproxy.sh)" -s start - ${prefix}agbenchmark start || echo "This command will always return a non zero exit code unless all the challenges are solved." + timeout 25m ${prefix}agbenchmark start || echo "This command will always return a non zero exit code unless all the challenges are solved." fi cd ../..