Index: apps/app_rpt.c =================================================================== --- apps/app_rpt.c (revision 121437) +++ apps/app_rpt.c (working copy) @@ -13103,7 +13103,7 @@ close(fd); ast_free(nodep); } - usleep(2000000); + sleep(2); } ast_config_destroy(cfg); pthread_exit(NULL);