sleep added so applauncherd can react

pull/1/head
Thyagarajan Balakrishnan 14 years ago
parent c39ea90748
commit 49f4b36aec

@ -364,7 +364,7 @@ def send_sighup_to_applauncherd():
kill_process(None, pid1, 1) #sending sighup to applauncherd kill_process(None, pid1, 1) #sending sighup to applauncherd
# give sometime for applauncherd to react time.sleep(4) # give sometime for applauncherd to react
wait_for_single_applauncherd() wait_for_single_applauncherd()
(e2, d2, q2, m2) = get_booster_pid() (e2, d2, q2, m2) = get_booster_pid()
pid2 = get_oldest_pid('applauncherd') pid2 = get_oldest_pid('applauncherd')

Loading…
Cancel
Save