Skip to content

Commit cb4c267

Browse files
fix: increase timeout for antigravity tests to prevent timeouts
1 parent 7b8f8f7 commit cb4c267

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

registry/coder/modules/antigravity/main.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,5 +120,5 @@ describe("antigravity", async () => {
120120
} finally {
121121
await removeContainer(id);
122122
}
123-
});
123+
}, 10000);
124124
});

0 commit comments

Comments
 (0)