From 09d77058fa119fd8a8db1d16375411ec86932c45 Mon Sep 17 00:00:00 2001 From: Maxim Vezenov Date: Fri, 7 Feb 2025 13:05:52 -0500 Subject: [PATCH] chore: bump noir_bigcurve timeout (#7322) --- EXTERNAL_NOIR_LIBRARIES.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/EXTERNAL_NOIR_LIBRARIES.yml b/EXTERNAL_NOIR_LIBRARIES.yml index ca811941b1e..2d41e8c5ec5 100644 --- a/EXTERNAL_NOIR_LIBRARIES.yml +++ b/EXTERNAL_NOIR_LIBRARIES.yml @@ -23,10 +23,10 @@ libraries: timeout: 2 noir-bignum: repo: noir-lang/noir-bignum - timeout: 360 + timeout: 380 noir_bigcurve: repo: noir-lang/noir_bigcurve - timeout: 290 + timeout: 330 noir_base64: repo: noir-lang/noir_base64 timeout: 2