Skip to content

Commit

Permalink
Merge pull request #8754 from Atalanttore/patch-1
Browse files Browse the repository at this point in the history
PR: Fix spelling errors in test_mainwindow.py comments
  • Loading branch information
ccordoba12 committed Feb 12, 2019
2 parents 62e43fc + 1ee0c69 commit 6ec9780
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spyder/app/tests/test_mainwindow.py
Expand Up @@ -70,15 +70,15 @@
LOCATION = osp.realpath(osp.join(os.getcwd(), osp.dirname(__file__)))

# Time to wait until the IPython console is ready to receive input
# (in miliseconds)
# (in milliseconds)
SHELL_TIMEOUT = 20000

# Need longer EVAL_TIMEOUT, because need to cythonize and C compile ".pyx" file
# before import and eval it
COMPILE_AND_EVAL_TIMEOUT = 30000

# Time to wait for the IPython console to evaluate something (in
# miliseconds)
# milliseconds)
EVAL_TIMEOUT = 3000


Expand Down

0 comments on commit 6ec9780

Please sign in to comment.