Skip to content

Commit f469020

Browse files
committed
Change time back to 1000
1 parent 9bc6ef8 commit f469020

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scripts/print_test_logs.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ const LOGDIR = process.env.CI ? process.env.HOME : '/tmp';
2222
const LOGFILE = path.join(LOGDIR, 'firebase-ci-log.txt');
2323
const SUMMARY_FILE = path.join(LOGDIR, 'firebase-ci-summary.txt');
2424

25-
// const EXCESSIVE_RUN_TIME = 1000 * 60 * 60; // 1 hour
26-
const EXCESSIVE_RUN_TIME = 1000 * 5; // 5 seconds, TEST
25+
const EXCESSIVE_RUN_TIME = 1000 * 60 * 60; // 1 hour
2726

2827
(async () => {
2928
const now = Date.now();

0 commit comments

Comments
 (0)