mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=1607
This commit is contained in:
parent
68c0a34fe9
commit
99d604bf05
|
@ -720,9 +720,9 @@ void ACTIVE_TASK::check_graphics_mode_ack() {
|
|||
int ACTIVE_TASK_SET::exit_tasks() {
|
||||
request_tasks_exit();
|
||||
|
||||
// Wait a second for them to exit normally; if they don't then kill them
|
||||
// Wait 5 seconds for them to exit normally; if they don't then kill them
|
||||
//
|
||||
if (wait_for_exit(1)) {
|
||||
if (wait_for_exit(5)) {
|
||||
kill_tasks();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue