chore: scale nat_repr to a more reasonable runtime (#13347)
This commit is contained in:
parent
c60f97a3fa
commit
c0fbddbf6f
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
TEST_ARGS=( 500 )
|
||||
|
||||
if [[ -n $TEST_BENCH ]]; then
|
||||
TEST_ARGS=( 5000 )
|
||||
TEST_ARGS=( 15000 )
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue