test(io): increase statement_timeout value of anonymous role
It is too low which leaves a small window of values to use when testing other features. Signed-off-by: Taimoor Zaeem <taimoorzaeem@gmail.com>
This commit is contained in:
committed by
Steve Chavez
parent
055efe7abd
commit
bfb4f900e7
@@ -21,5 +21,5 @@ ALTER ROLE postgrest_test_repeatable_read SET default_transaction_isolation = 'R
|
||||
ALTER ROLE postgrest_test_w_superuser_settings SET log_min_duration_statement = 1;
|
||||
ALTER ROLE postgrest_test_w_superuser_settings SET log_min_messages = 'fatal';
|
||||
|
||||
ALTER ROLE postgrest_test_anonymous SET statement_timeout TO '2s';
|
||||
ALTER ROLE postgrest_test_anonymous SET statement_timeout TO '5s';
|
||||
ALTER ROLE postgrest_test_author SET statement_timeout TO '10s';
|
||||
|
||||
Reference in New Issue
Block a user