fmt and increase timeout again

pull/241/head
Garrett Delfosse 1 year ago
parent 67fef297da
commit a239212f0b

@ -25,7 +25,7 @@ describe("github-upload-public-key", async () => {
expect(exec.stdout).toContain("Coder public SSH key uploaded to GitHub!"); expect(exec.stdout).toContain("Coder public SSH key uploaded to GitHub!");
expect(exec.exitCode).toBe(0); expect(exec.exitCode).toBe(0);
// we need to increase timeout to pull the container // we need to increase timeout to pull the container
}, 10000); }, 15000);
it("does nothing if one already exists", async () => { it("does nothing if one already exists", async () => {
const { instance, id } = await setupContainer(); const { instance, id } = await setupContainer();

Loading…
Cancel
Save