summaryrefslogtreecommitdiff
path: root/testprogs/win32/npecho/npecho_client2.c
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2009-02-09 12:09:01 +0100
committerStefan Metzmacher <metze@samba.org>2009-02-09 12:09:01 +0100
commit1bf51ea26293120a63e445e07b08ddf718487900 (patch)
treec03ee87cf0b1e964babfd40d55d634161f07e430 /testprogs/win32/npecho/npecho_client2.c
parentc6b440d1b7f88af2897b9b2e9b09f05b488a1685 (diff)
downloadsamba-1bf51ea26293120a63e445e07b08ddf718487900.tar.gz
samba-1bf51ea26293120a63e445e07b08ddf718487900.tar.bz2
samba-1bf51ea26293120a63e445e07b08ddf718487900.zip
testprogs/win32: make it possible to run in byte or message mode in npecho_server2
metze
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 0486cef28b..892574beb0 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());