test-selection-transfer: Explain need for wait_a_bit
Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
parent
b73fa1cc28
commit
0ce668857e
|
@ -179,6 +179,8 @@ runner.run_steps{
|
|||
return true
|
||||
end,
|
||||
|
||||
-- The large data transfer above transfers 3 * 2^25 bytes of data. That's
|
||||
-- 96 MiB and takes a while.
|
||||
wait_a_bit,
|
||||
wait_a_bit,
|
||||
wait_a_bit,
|
||||
|
|
Loading…
Reference in New Issue