Skip to content

Commit

Permalink
decrease elasped time (#895)
Browse files Browse the repository at this point in the history
Signed-off-by: Lan Xia <Lan_Xia@ca.ibm.com>
  • Loading branch information
llxia authored Jul 24, 2024
1 parent 1cc1fe9 commit 996bff1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TestResultSummaryService/EventHandler.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const BuildMonitor = require('./BuildMonitor');
const { TestResultsDB, BuildListDB, AuditLogsDB } = require('./Database');
const { logger } = require('./Utils');

const elapsed = [2 * 60, 5 * 60, 30 * 60];
const elapsed = [2 * 60, 5 * 60, 10 * 60];
/*
* EventHandler processes builds that have status != Done
* Once all builds are in status Done, it delays the process based on the time in elapsed array
Expand Down

0 comments on commit 996bff1

Please sign in to comment.