update timeout
use 2c2g to run mysqltest
This commit is contained in:
2
.github/obfarm/action.yaml
vendored
2
.github/obfarm/action.yaml
vendored
@ -11,7 +11,7 @@ inputs:
|
|||||||
timeout:
|
timeout:
|
||||||
description: 'timeout'
|
description: 'timeout'
|
||||||
required: false
|
required: false
|
||||||
default: '3600'
|
default: '7200'
|
||||||
outputs:
|
outputs:
|
||||||
success:
|
success:
|
||||||
description: 'the status for the task'
|
description: 'the status for the task'
|
||||||
|
|||||||
@ -15,7 +15,7 @@ set @@session.ob_query_timeout = 200000000;
|
|||||||
source init_create_tenant_routines.sql;
|
source init_create_tenant_routines.sql;
|
||||||
|
|
||||||
call adjust_sys_resource();
|
call adjust_sys_resource();
|
||||||
call create_tenant_by_memory_resource('mysql', 'mysql');
|
call create_tenant_with_arg('mysql', 'mysql', '2c2g', '');
|
||||||
|
|
||||||
/****************************** ATTENTION ******************************/
|
/****************************** ATTENTION ******************************/
|
||||||
/* The tenant=all will be deprecated. If you want all tenants to be */
|
/* The tenant=all will be deprecated. If you want all tenants to be */
|
||||||
|
|||||||
Reference in New Issue
Block a user