chore: enlarge bugserver trigger intercal

This commit is contained in:
Rui-Sun 2024-09-05 16:22:22 +08:00
parent 37712637a5
commit 3614c0fe28

View File

@ -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}`;