Skip to content

Commit 75401f3

Browse files
committed
fix test
1 parent 2a575ff commit 75401f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/test_service_stack.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def test_service_stack_created():
4646
"ContainerDefinitions": [
4747
{
4848
"Image": "ghcr.io/sage-bionetworks/app:1.0",
49-
"Memory": 200,
49+
"Memory": 512,
5050
"MountPoints": [{"ContainerPath": "/work"}],
5151
"Secrets": [{"Name": "APP_SECRET"}],
5252
"Command": ["test"],

0 commit comments

Comments
 (0)