Skip to content

Commit dae29da

Browse files
committed
fix: e2e tweak
Signed-off-by: Pat O'Connor <[email protected]>
1 parent 217522c commit dae29da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: tests/e2e/local_interactive_sdk_kind_test.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ def run_local_interactives(
4646
num_workers=1,
4747
head_cpu_requests="500m",
4848
head_cpu_limits="500m",
49-
head_memory_requests=2,
50-
head_memory_limits=2,
49+
# head_memory_requests=2,
50+
# head_memory_limits=2,
5151
worker_cpu_requests="500m",
5252
worker_cpu_limits=1,
5353
worker_memory_requests=1,

0 commit comments

Comments
 (0)