Skip to content

Commit 996bff1

Browse files
authored
decrease elasped time (#895)
Signed-off-by: Lan Xia <Lan_Xia@ca.ibm.com>
1 parent 1cc1fe9 commit 996bff1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TestResultSummaryService/EventHandler.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const BuildMonitor = require('./BuildMonitor');
44
const { TestResultsDB, BuildListDB, AuditLogsDB } = require('./Database');
55
const { logger } = require('./Utils');
66

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

0 commit comments

Comments
 (0)