Skip to content

Commit 6c78380

Browse files
committed
Debug
1 parent 08f8383 commit 6c78380

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_subshells.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ def test_run_concurrently_sequence(are_subshells, overlap, request):
150150
kc.shell_channel.send(msg)
151151
msgs.append(msg)
152152

153-
replies = get_replies(kc, [msg["msg_id"] for msg in msgs])
153+
replies = get_replies(kc, [msg["msg_id"] for msg in msgs], timeout=None)
154154

155155
for subshell_id in subshell_ids:
156156
if subshell_id:

0 commit comments

Comments
 (0)