Skip to content
This repository was archived by the owner on May 15, 2025. It is now read-only.

Commit a239212

Browse files
committed
fmt and increase timeout again
1 parent 67fef29 commit a239212

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

github-upload-public-key/main.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ describe("github-upload-public-key", async () => {
2424
let exec = await execContainer(id, ["bash", "-c", instance.script]);
2525
expect(exec.stdout).toContain("Coder public SSH key uploaded to GitHub!");
2626
expect(exec.exitCode).toBe(0);
27-
// we need to increase timeout to pull the container
28-
}, 10000);
27+
// we need to increase timeout to pull the container
28+
}, 15000);
2929

3030
it("does nothing if one already exists", async () => {
3131
const { instance, id } = await setupContainer();

0 commit comments

Comments
 (0)