Skip to content

Commit bdeca2e

Browse files
committed
fix monkey-patch unit test case with rate-limit ipc call
1 parent d80943b commit bdeca2e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

aikido_zen/middleware/init_test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ def test_cache_comms_with_endpoints():
148148
"remote_address": "::1",
149149
},
150150
receive=True,
151+
timeout_in_sec=0.01,
151152
)
152153

153154
mock_comms.send_data_to_bg_process.return_value = {

0 commit comments

Comments
 (0)