Skip to content

Commit 0fce198

Browse files
committed
Fix test that depends on the changed configuration
1 parent 3ee55c3 commit 0fce198

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

indexify/tests/cli/test_server_fe_scaling.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def run(self, sleep_secs: float) -> str:
2424

2525

2626
# Server side configuration.
27-
_FE_ALLOCATIONS_QUEUE_SIZE = 2
27+
_FE_ALLOCATIONS_QUEUE_SIZE = 1
2828

2929

3030
class TestServerFunctionExecutorScaling(unittest.TestCase):

0 commit comments

Comments
 (0)