Skip to content

Commit 59724bd

Browse files
committed
fix: increase per-test timeout for nightly debug build
1 parent cf1a239 commit 59724bd

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

bootstrap.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -837,6 +837,8 @@ case "$cmd" in
837837
export NATIVE_PRESET=debug
838838
export AVM=0
839839
export AVM_TRANSPILER=0
840+
# Debug tests are much slower than release — increase per-test timeout from 600s to 1800s.
841+
export TIMEOUT=1800s
840842
barretenberg/cpp/bootstrap.sh ci
841843
;;
842844
"ci-barretenberg")

0 commit comments

Comments
 (0)