We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bc6ef8 commit f469020Copy full SHA for f469020
scripts/print_test_logs.js
@@ -22,8 +22,7 @@ const LOGDIR = process.env.CI ? process.env.HOME : '/tmp';
22
const LOGFILE = path.join(LOGDIR, 'firebase-ci-log.txt');
23
const SUMMARY_FILE = path.join(LOGDIR, 'firebase-ci-summary.txt');
24
25
-// const EXCESSIVE_RUN_TIME = 1000 * 60 * 60; // 1 hour
26
-const EXCESSIVE_RUN_TIME = 1000 * 5; // 5 seconds, TEST
+const EXCESSIVE_RUN_TIME = 1000 * 60 * 60; // 1 hour
27
28
(async () => {
29
const now = Date.now();
0 commit comments