Skip to content

Commit 877f682

Browse files
soedirgopcnc
andauthored
chore(pg_upgrade): tweak timeout of bootstrap user switch script (supabase#1198)
Co-authored-by: Paul Cioanca <[email protected]>
1 parent 38f77f0 commit 877f682

File tree

1 file changed

+1
-1
lines changed
  • ansible/files/admin_api_scripts/pg_upgrade_scripts

1 file changed

+1
-1
lines changed

ansible/files/admin_api_scripts/pg_upgrade_scripts/common.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ CI_start_postgres() {
8888

8989
swap_postgres_and_supabase_admin() {
9090
run_sql <<'EOSQL'
91-
set statement_timeout = 0;
91+
set statement_timeout = '300s';
9292
begin;
9393
create role supabase_tmp superuser;
9494
set session authorization supabase_tmp;

0 commit comments

Comments
 (0)