Skip to content

Commit

Permalink
Revert "segfault #9"
Browse files Browse the repository at this point in the history
This reverts commit 691205c.
  • Loading branch information
jnsebgosselin committed Sep 28, 2017
1 parent 691205c commit bab9f21
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions WHAT/tests/test_dwnld_weather_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,9 @@ def test_merge_widget(downloader_bot, mocker):
wxdata_downloader, qtbot = downloader_bot
wxdata_downloader.show()

qtbot.waitActive(wxdata_downloader, timeout=3000)
qtbot.waitForWindowShown(wxdata_downloader)
qtbot.wait(3000)

projetpath = os.path.join(os.getcwd(), "@ new-prô'jèt!")
wxdata_downloader.set_workdir(projetpath)
Expand Down

0 comments on commit bab9f21

Please # to comment.