From a9820a6553404f00330b14ade464f19efd374adc Mon Sep 17 00:00:00 2001 From: sfc-gh-ext-simba-jy Date: Wed, 20 Sep 2023 23:22:51 -0700 Subject: [PATCH] increased the testing timeout --- test/integration/testHTAP.js | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/test/integration/testHTAP.js b/test/integration/testHTAP.js index e897804f4..7450f21b5 100644 --- a/test/integration/testHTAP.js +++ b/test/integration/testHTAP.js @@ -4,10 +4,16 @@ const connOption = require('./connectionOptions').valid; const testUtil = require('./testUtil'); describe('Query Context Cache test', function () { + this.timeout(1000000); let connection; - beforeEach(() => { + before(() => { connection = testUtil.createConnection(connOption); }); + + after(async () => + { + testUtil.destroyConnectionAsync(connection); + }); const querySet = [ { sqlTexts:[