mirror of
https://github.com/VisActor/VChart
synced 2024-11-23 17:51:52 +00:00
chore: enlarge bugserver trigger intercal
This commit is contained in:
parent
37712637a5
commit
3614c0fe28
@ -7,7 +7,7 @@ const BUG_SERVER_HOST = 'https://bug-server.zijieapi.com';
|
||||
const PRODUCT = 'VisActor/VChart';
|
||||
const CHECK_SCM_BUILD_INTERVAL_MS = 10 * 1000;
|
||||
const CHECK_SCM_BUILD_MAX_COUNT = 30;
|
||||
const CHECK_PHOTO_TEST_INTERVAL_MS = 10 * 1000;
|
||||
const CHECK_PHOTO_TEST_INTERVAL_MS = 30 * 1000;
|
||||
const CHECK_PHOTO_TEST_MAX_COUNT = 300;
|
||||
const API_END_POINT = '/api/ci/trigger';
|
||||
const API_URL = `${BUG_SERVER_HOST}${API_END_POINT}`;
|
||||
|
Loading…
Reference in New Issue
Block a user