test: fix timeout (#707)

This commit is contained in:
Sahin Yort 2023-12-22 11:44:44 -08:00 committed by GitHub
parent 33bc4443fd
commit ac0055e092
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3,6 +3,6 @@ bats_load_library 'bats-assert'
bats_load_library 'bats-custom'
@test 'env' {
custom_test_fn
run custom_test_fn
}