summaryrefslogtreecommitdiff
path: root/testprogs/win32/npecho/npecho_client2.c
diff options
context:
space:
mode:
Diffstat (limited to 'testprogs/win32/npecho/npecho_client2.c')
-rwxr-xr-xtestprogs/win32/npecho/npecho_client2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testprogs/win32/npecho/npecho_client2.c b/testprogs/win32/npecho/npecho_client2.c
index 0486cef28b6..892574beb05 100755
--- a/testprogs/win32/npecho/npecho_client2.c
+++ b/testprogs/win32/npecho/npecho_client2.c
@@ -28,7 +28,7 @@ int main(int argc, char *argv[])
return -1;
}
- Sleep(1000);
+ Sleep(5000);
if (!ReadFile(h, outbuffer, sizeof(ECHODATA)*2, &numread, NULL)) {
printf("Error reading: %d\n", GetLastError());