Skip to content

Commit f3764fe

Browse files
committed
[DO NOT MERGE] add debug timeout
1 parent 80137b3 commit f3764fe

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/cubejs-testing-drivers/test/databricks-jdbc-full.test.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,11 @@ f()
5757
}
5858
);
5959

60+
setTimeout(() => {
61+
console.log('TIMING OUT');
62+
process.exit(1);
63+
}, 3 * 60 * 1000);
64+
6065
// testQueries('databricks-jdbc', {
6166
// includeIncrementalSchemaSuite: true,
6267
// includeHLLSuite: true,

0 commit comments

Comments
 (0)