Skip to content

Commit dd90aee

Browse files
committed
timeout
1 parent c788929 commit dd90aee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/v2/stream.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const connectionParams = {
1313
engineName: process.env.FIREBOLT_ENGINE_NAME as string
1414
};
1515

16-
jest.setTimeout(150000);
16+
jest.setTimeout(350000);
1717

1818
describe("streams", () => {
1919
it("check sum from stream result", async () => {

0 commit comments

Comments
 (0)