Skip to content

Commit bcadec1

Browse files
committed
Merge branch 'jsjoeio/refactor-integration-tests' of github.com:coder/code-server into jsjoeio/refactor-integration-tests
2 parents 9d3ad87 + 302d8f3 commit bcadec1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/installExtension.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ describe("--install-extension", () => {
1818
stdout: "log",
1919
})
2020
expect(stdout).toContain(extName)
21-
})
21+
}, 10000)
2222
})

0 commit comments

Comments
 (0)