tests 1117,1238,1523: adjust writedelay servercmds

... so the delays are the same now that the unit
is in milliseconds.
This commit is contained in:
Fabian Keil 2022-05-11 11:14:18 +02:00 committed by Daniel Stenberg
parent fc3a0a872f
commit 9e6ec8b6d5
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2
3 changed files with 3 additions and 3 deletions

View File

@ -31,7 +31,7 @@ partial body
</data1>
<servercmd>
writedelay: 1
writedelay: 1000
</servercmd>
</reply>

View File

@ -10,7 +10,7 @@ TFTP RRQ
# Server-side
<reply>
<servercmd>
writedelay: 2
writedelay: 2000
</servercmd>
# ~1200 bytes (so that they don't fit in two 512 byte chunks)
<data nocheck="yes">

View File

@ -17,7 +17,7 @@ Funny-head: yesyes
AA
</data>
<servercmd>
writedelay: 1
writedelay: 1000
</servercmd>
</reply>
#