Skip to content

Commit

Permalink
Merge from 5.x: PR #17137
Browse files Browse the repository at this point in the history
  • Loading branch information
ccordoba12 committed Jan 4, 2022
2 parents 700505f + 3aebe7f commit cd85711
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/test-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
fail-fast: false
matrix:
PYTHON_VERSION: ['3.7']
timeout-minutes: 30
steps:
- name: Checkout Pull Requests
if: github.event_name == 'pull_request'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
INSTALL_TYPE: ['conda', 'pip']
PYTHON_VERSION: ['3.7']
TEST_TYPE: ['fast', 'slow']

timeout-minutes: 120
steps:
- name: Checkout Pull Requests
if: github.event_name == 'pull_request'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
INSTALL_TYPE: ['conda']
PYTHON_VERSION: ['3.7']
TEST_TYPE: ['fast', 'slow']
timeout-minutes: 120
steps:
- name: Checkout Pull Requests
if: github.event_name == 'pull_request'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
INSTALL_TYPE: ['conda']
PYTHON_VERSION: ['3.7']
TEST_TYPE: ['fast', 'slow']
timeout-minutes: 120
steps:
- name: Checkout Pull Requests
if: github.event_name == 'pull_request'
Expand Down
1 change: 1 addition & 0 deletions spyder/app/tests/test_mainwindow.py
Original file line number Diff line number Diff line change
Expand Up @@ -4430,6 +4430,7 @@ def test_focus_to_consoles(main_window, qtbot):

@pytest.mark.slow
@flaky(max_runs=3)
@pytest.mark.skipif(os.name == 'nt', reason="Hangs sometimes on Windows")
def test_rename_files_in_editor_after_folder_rename(main_window, mocker,
tmpdir):
"""
Expand Down

0 comments on commit cd85711

Please sign in to comment.