Skip to content

Commit 2a575ff

Browse files
committed
fix test
1 parent c751bbb commit 2a575ff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/unit/test_service_stack.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ def test_service_stack_created():
1919
container_name="app",
2020
container_location="ghcr.io/sage-bionetworks/app:1.0",
2121
container_port=8010,
22-
container_memory=200,
22+
container_cpu=256,
23+
container_memory=512,
2324
container_secrets=[
2425
ServiceSecret(
2526
secret_name="/app/secret",

0 commit comments

Comments
 (0)