aboutsummaryrefslogtreecommitdiff
path: root/src/systemcmds/tests/test_sleep.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/systemcmds/tests/test_sleep.c')
-rw-r--r--src/systemcmds/tests/test_sleep.c35
1 files changed, 1 insertions, 34 deletions
diff --git a/src/systemcmds/tests/test_sleep.c b/src/systemcmds/tests/test_sleep.c
index ae682b542..3097e68a4 100644
--- a/src/systemcmds/tests/test_sleep.c
+++ b/src/systemcmds/tests/test_sleep.c
@@ -51,42 +51,9 @@
#include "tests.h"
-/****************************************************************************
- * Pre-processor Definitions
- ****************************************************************************/
-
-/****************************************************************************
- * Private Types
- ****************************************************************************/
-
-/****************************************************************************
- * Private Function Prototypes
- ****************************************************************************/
-
-/****************************************************************************
- * Private Data
- ****************************************************************************/
-
-/****************************************************************************
- * Public Data
- ****************************************************************************/
-
-/****************************************************************************
- * Private Functions
- ****************************************************************************/
-
-
-/****************************************************************************
- * Public Functions
- ****************************************************************************/
-
-/****************************************************************************
- * Name: test_sleep
- ****************************************************************************/
-
int test_sleep(int argc, char *argv[])
{
- unsigned int nsleeps = 100;
+ unsigned int nsleeps = 20;
printf("\t %d 100ms sleeps\n", nsleeps);
fflush(stdout);