*** empty log message ***

svn path=/trunk/boinc/; revision=1607
This commit is contained in:
Eric Heien 2003-06-27 21:15:25 +00:00
parent 68c0a34fe9
commit 99d604bf05
1 changed files with 2 additions and 2 deletions

View File

@ -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();
}