Skip to content

Commit 632cc4d

Browse files
committed
Bump e2e container size
1 parent a25a81f commit 632cc4d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/e2e/test-worker/wrangler.template.jsonc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
{
1818
"class_name": "Sandbox",
1919
"image": "./Dockerfile",
20-
"name": "{{CONTAINER_NAME}}"
20+
"name": "{{CONTAINER_NAME}}",
21+
"instance_type": "standard-4"
2122
}
2223
],
2324

0 commit comments

Comments
 (0)