Skip to content

Commit 3539bb1

Browse files
committed
try again
1 parent e06cf2d commit 3539bb1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

jupyter_console/tests/test_console.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ def start_console():
6767
except IOError:
6868
pytest.skip("Couldn't find command %s" % cmd)
6969

70-
# timeout after one minute
71-
t = 60
70+
# timeout after two minutes
71+
t = 120
7272
p.expect(r"In \[\d+\]", timeout=t)
7373
return p, pexpect, t
7474

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
'prompt_toolkit>=2.0.0,<3.1.0,!=3.0.0,!=3.0.1',
5656
'pygments',
5757
'pyzmq>=17',
58-
'traitlets>5.4'
58+
'traitlets>=5.4'
5959
],
6060
extras_require={
6161
'test': ['pexpect', 'pytest'],

0 commit comments

Comments
 (0)