Fix trigger timeout
The timeout for internal trigger is the same as it was, 2*exp_time
, it's just correctly passed as milliseconds now instead of microseconds.
For external trigger, timeout value is taken from trigger_timeout
property with default value of UINT_MAX
(4294967295) which should correspond to ~49 days.
Closes #12 (closed)