Skip to content

Commit

Permalink
Update test_atlas_manager_view.py
Browse files Browse the repository at this point in the history
  • Loading branch information
alessandrofelder authored Oct 18, 2024
1 parent 059d669 commit 5feacad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_unit/test_atlas_manager_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def test_update_atlas_confirmed(

with qtbot.waitSignal(
atlas_manager_view.update_atlas_confirmed,
timeout=150000, # assumes atlas can be updated in 2.5 minutes!
timeout=300000, # assumes atlas can be updated in 5 minutes!
) as update_atlas_confirmed_signal:
# replace with double-click on view?
model_index = atlas_manager_view.model().index(0, 0)
Expand Down

0 comments on commit 5feacad

Please sign in to comment.