chore: scale nat_repr to a more reasonable runtime (#13347)

This commit is contained in:
Sebastian Ullrich 2026-04-09 15:54:56 +02:00 committed by GitHub
parent c60f97a3fa
commit c0fbddbf6f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,5 +1,5 @@
TEST_ARGS=( 500 )
if [[ -n $TEST_BENCH ]]; then
TEST_ARGS=( 5000 )
TEST_ARGS=( 15000 )
fi