pull/241/head
Garrett Delfosse 1 year ago
parent 4bdb428244
commit 85e73c2071

@ -31,7 +31,9 @@ describe("github-upload-public-key", async () => {
"-c",
instance.script,
]);
expect(exec.stdout).toContain("Your Coder public key has been added to GitHub!");
expect(exec.stdout).toContain(
"Your Coder public key has been added to GitHub!",
);
expect(exec.exitCode).toBe(0);
// we need to increase timeout to pull the container
}, 15000);

Loading…
Cancel
Save