Changeset 14:fc4a47645f76


Ignore:
Timestamp:
02/11/12 19:53:36 (12 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
hg-Phase:
(<MercurialRepository 1 'hg:/home/ivaradi/mlx/hg' '/'>, 'public')
Message:

The waiting uses timeout so that the test program can be killed with Ctrl-C

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/flight.py

    r11 r14  
    8484        with self._endCondition:
    8585            while self._stage!=const.STAGE_END:
    86                 self._endCondition.wait()
     86                self._endCondition.wait(1)
    8787
    8888#---------------------------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.