Skip to content

Commit 5da9ac5

Browse files
committed
Change time back to 1hr
1 parent 890d5d9 commit 5da9ac5

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
@@ -21,8 +21,7 @@ const glob = require('glob');
2121

2222
const LOGDIR = process.env.CI ? process.env.HOME : '/tmp';
2323

24-
// const EXCESSIVE_RUN_TIME = 1000 * 60 * 60; // 1 hour
25-
const EXCESSIVE_RUN_TIME = 1000 * 60 * 10; // 10 minutes, TEST
24+
const EXCESSIVE_RUN_TIME = 1000 * 60 * 60; // 1 hour
2625

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

0 commit comments

Comments
 (0)