summaryrefslogtreecommitdiff
path: root/libtest/FunctionTest.c
diff options
context:
space:
mode:
Diffstat (limited to 'libtest/FunctionTest.c')
-rw-r--r--libtest/FunctionTest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libtest/FunctionTest.c b/libtest/FunctionTest.c
index eafad89..8cde5f1 100644
--- a/libtest/FunctionTest.c
+++ b/libtest/FunctionTest.c
@@ -6,7 +6,7 @@
#ifdef _WIN32
#include <windows.h>
-#define sleep(x) Sleep(x)
+#define sleep(x) Sleep((x)*1000)
#endif
#ifndef _WIN32