Skip to content

Commit

Permalink
manually overwrite timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Hweinstock committed Nov 8, 2024
1 parent 2abd7a0 commit f988119
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ describe.only('generateResourceHandler', function () {
for (const _ of Array.from({ length: 1000 }, (i) => i)) {
it('amazon q is not installed', async function () {
this.retries(3)
this.timeout(1000)
const panel = await createTemplate()
const postMessageSpy = sinon.spy(panel.webview, 'postMessage')
const context = await createWebviewContext({
Expand Down

0 comments on commit f988119

Please sign in to comment.