Skip to content

Commit

Permalink
Change to long-running test
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubno committed Aug 29, 2023
1 parent ebda605 commit c3ca23e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/js-sdk/test/session.test.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ test('create multiple sessions', async () => {
const session2 = await Session.create({ id: "Nodejs", apiKey: E2B_API_KEY })
await session.close()
await session2.close()
})
}, 10000)

0 comments on commit c3ca23e

Please sign in to comment.