From 97876f6118eadf6a2669826d68412cc020975a64 Mon Sep 17 00:00:00 2001
From: Nat Goodspeed <nat@lindenlab.com>
Date: Fri, 23 Dec 2011 17:38:34 -0500
Subject: Fix sleep(0.5) to sleep(1) -- truncation to int makes that dubious.

---
 indra/llcommon/tests/llprocesslauncher_test.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'indra/llcommon')

diff --git a/indra/llcommon/tests/llprocesslauncher_test.cpp b/indra/llcommon/tests/llprocesslauncher_test.cpp
index dbbe54e9fa..4d8f850d92 100644
--- a/indra/llcommon/tests/llprocesslauncher_test.cpp
+++ b/indra/llcommon/tests/llprocesslauncher_test.cpp
@@ -313,7 +313,7 @@ namespace tut
             }
             // Do this once per tick, as we expect the viewer will
             apr_proc_other_child_refresh_all(APR_OC_REASON_RUNNING);
-            sleep(0.5);
+            sleep(1);
         }
         apr_file_close(child.in);
         apr_file_close(child.out);
-- 
cgit v1.2.3