From b5403e84339a0f6773f77fb383b4960313f65c6a Mon Sep 17 00:00:00 2001 From: Niyuhang2 <956550207@qq.com> Date: Mon, 13 Nov 2023 20:21:21 +0800 Subject: [PATCH] update timeout use 2c2g to run mysqltest --- .github/obfarm/action.yaml | 2 +- tools/deploy/init_for_ce.sql | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/obfarm/action.yaml b/.github/obfarm/action.yaml index ef699cc8f..8bfa217c3 100644 --- a/.github/obfarm/action.yaml +++ b/.github/obfarm/action.yaml @@ -11,7 +11,7 @@ inputs: timeout: description: 'timeout' required: false - default: '3600' + default: '7200' outputs: success: description: 'the status for the task' diff --git a/tools/deploy/init_for_ce.sql b/tools/deploy/init_for_ce.sql index bfb24454e..a97cd94e5 100644 --- a/tools/deploy/init_for_ce.sql +++ b/tools/deploy/init_for_ce.sql @@ -15,7 +15,7 @@ set @@session.ob_query_timeout = 200000000; source init_create_tenant_routines.sql; call adjust_sys_resource(); -call create_tenant_by_memory_resource('mysql', 'mysql'); +call create_tenant_with_arg('mysql', 'mysql', '2c2g', ''); /****************************** ATTENTION ******************************/ /* The tenant=all will be deprecated. If you want all tenants to be */