Ignore:
Timestamp:
10/25/15 08:02:53 (8 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
cef
Phase:
public
Message:

The end time for acquiring the result is always lengthened when the credentials are queried to account for the dialog being displayed for a longer time (re #279).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/gui/mava_simbrief.py

    r694 r701  
    218218                                        MavaSimbriefIntegrator.RESULT_NONE, None)
    219219                        (userName, password) = get_credentials(login_count)
     220                        end_time = time.time() + 120.0
    220221                        if userName is None or password is None:
    221222                            update_progress(MavaSimbriefIntegrator.PROGRESS_WAITING_LOGIN,
Note: See TracChangeset for help on using the changeset viewer.