mirror of
https://github.com/curl/curl.git
synced 2025-01-18 14:04:30 +08:00
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:
parent
fc3a0a872f
commit
9e6ec8b6d5
@ -31,7 +31,7 @@ partial body
|
||||
</data1>
|
||||
|
||||
<servercmd>
|
||||
writedelay: 1
|
||||
writedelay: 1000
|
||||
</servercmd>
|
||||
</reply>
|
||||
|
||||
|
@ -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">
|
||||
|
@ -17,7 +17,7 @@ Funny-head: yesyes
|
||||
AA
|
||||
</data>
|
||||
<servercmd>
|
||||
writedelay: 1
|
||||
writedelay: 1000
|
||||
</servercmd>
|
||||
</reply>
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user