|
|
@ -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();
|
|
|
|