Skip to content

Commit

Permalink
forgot to modify this in my last checkin
Browse files Browse the repository at this point in the history
Summary: i made a haste checkin without reading thru the last remaining comments

Reviewed By: ldemailly

Differential Revision: D4271013

fbshipit-source-id: f59d148505b2ef7f66e487d7e8e94ab7af87c2ee
  • Loading branch information
nedelchev authored and Facebook Github Bot committed Dec 3, 2016
1 parent 564c916 commit feae306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/wdt_dl_resume_test1.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
start_time = time.time()
start_receiver("-num_ports=1 -avg_mbytes_per_sec=10 -enable_download_resumption -abort_after_seconds=7 -delete_extra_files=true")
run_sender("-avg_mbytes_per_sec=10 -block_size_mbytes=1")
check_transfer_status(True, True)
check_transfer_status(expect_failed=True, check_receiver=True)
dur1 = time.time() - start_time
start_time = time.time()
start_receiver("-num_ports=1 -avg_mbytes_per_sec=10 -enable_download_resumption -delete_extra_files=true")
Expand Down

0 comments on commit feae306

Please sign in to comment.