Skip to content

Commit 6b6de4c

Browse files
minrkCarreau
andauthored
Apply suggestion from @Carreau
Co-authored-by: M Bussonnier <[email protected]>
1 parent 8986ce3 commit 6b6de4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_multikernelmanager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -642,7 +642,7 @@ async def test_bad_kernelspec_pending(self):
642642
assert kernel_id not in km.list_kernel_ids()
643643
km.context.destroy(linger=0)
644644

645-
@gen_test(timeout=30)
645+
@gen_test(timeout=TIMEOUT)
646646
async def test_stream_on_recv(self):
647647
mkm = self._get_tcp_km()
648648
kid = await mkm.start_kernel(stdout=PIPE, stderr=PIPE)

0 commit comments

Comments
 (0)